Hello everyone, I’m using the latest build of st4 (4192)
I’m trying to change the key bindings for changing tabs, I go the targeted way: settings -> key bindings
I enter the text on the right, save
[
{ “keys”: [“ctrl+tab”], “command”: “next_os_tab” },
{ “keys”: [“ctrl+shift+tab”], “command”: “prev_os_tab” },
]
but nothing happens, the combination does not work
I tried to enter conflicting combinations also in the custom list and swap the key combinations, it did not help - ctrl+tab does not execute next_os_tab
what could I have done wrong?