Kulak Commander FAQ


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:

[keyboard]
g_tab=ctrl+tab
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.

[keyboard]
evwhere_find=                   ;unlink function from ctrl+_f
g_panel_settings=ctrl+_f        ;set new 

Back