1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-29 22:49: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:
Emmanouil Papadeas 2025-01-28 19:24:06 +02:00
parent 1a96b225e3
commit 900ecc6ab2

View file

@ -932,7 +932,7 @@ show_pixel_indices={
}
toggle_draw_tiles_mode={
"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={