switch shortcuts for bifold text
[?]
Sep 7, 2022, 1:39 AM
XW7ANEJXQBJYDKERVBPF2FMZFO6KENH3ZS7IRVS7CXOAI6N5RWZQCDependencies
- [2]
OI4FPFINsupport drawings in the source editor - [3]
KKMFQDR4editing source code from within the app - [4]
KMSL74GAsupport selections in the source editor
Change contents
- replacement in source_edit.lua at line 350
elseif chord == 'C-b' thenelseif chord == 'M-b' then - replacement in source_edit.lua at line 359
elseif chord == 'C-i' thenelseif chord == 'M-d' then - replacement in commands.lua at line 27
add_hotkey_to_menu('ctrl+b: collapse debug prints')add_hotkey_to_menu('alt+b: collapse debug prints') - replacement in commands.lua at line 29
add_hotkey_to_menu('ctrl+b: expand debug prints')add_hotkey_to_menu('alt+b: expand debug prints') - replacement in commands.lua at line 31
add_hotkey_to_menu('ctrl+i: create/edit debug print')add_hotkey_to_menu('alt+d: create/edit debug print')