How can I customize keyboard shorcuts ? |
In KC you can remap all keyboard shortcuts. Open kc.ini and goto [keyboard]
section. If it is not there create it. Enter this:
This example remaps g_tab function (switch between left and right panel) to ctrl+tab key.To get full list of kc functions run kc.exe --func-list ,
to get full list of kc keys run kc.exe --key-list.
To unlink keyboard shortcut from function enter function name without any keyboard shorcut.
|