added specific action keybinds to the editor
This commit is contained in:
@@ -112,10 +112,16 @@ function Keybind:default()
|
||||
Keybind.debug.playback = { keys = {"f6"}}
|
||||
|
||||
-- Editor
|
||||
Keybind.editor.palette = { keys = {"tab"}}
|
||||
Keybind.editor.palette_mode = { keys = {"tab"}}
|
||||
Keybind.editor.room_mode = { keys = {"r"}}
|
||||
Keybind.editor.entity_mode = { keys = {"e"}}
|
||||
Keybind.editor.properties_mode = { keys = {"p"}}
|
||||
Keybind.editor.left = { keys = {"left", "a"}}
|
||||
Keybind.editor.right = { keys = {"right", "d"}}
|
||||
Keybind.editor.up = { keys = {"up", "w"}}
|
||||
Keybind.editor.down = { keys = {"down", "s"}}
|
||||
Keybind.editor.palette_change = { keys = {"f1"}}
|
||||
Keybind.editor.save = { keys = {"f3"}}
|
||||
|
||||
-- Generic
|
||||
Keybind.generic.lclick = { keys = {1}}
|
||||
|
||||
Reference in New Issue
Block a user