mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-30 15:09:48 +00:00
Change toggle draw tiles mode's shortcut to Shift + ~
Shift + Tab was a bad shortcut because it conflicted with ui_focus_prev
This commit is contained in:
parent
1a96b225e3
commit
900ecc6ab2
|
@ -932,7 +932,7 @@ show_pixel_indices={
|
||||||
}
|
}
|
||||||
toggle_draw_tiles_mode={
|
toggle_draw_tiles_mode={
|
||||||
"deadzone": 0.5,
|
"deadzone": 0.5,
|
||||||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":true,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194306,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":true,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":96,"key_label":0,"unicode":126,"location":0,"echo":false,"script":null)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
tile_edit_mode_manual={
|
tile_edit_mode_manual={
|
||||||
|
|
Loading…
Reference in a new issue