Hi
I am in the process of customizing the hotkeys and I am struggling to find the SelectCurrentFileAndMoveTheCursorToNextFile command (I made up this name myself), which is currently bound to <ins>.
I would like to bind this command to the spacebar and use it instead of <ins>.
Can someone help me to find that command?
Thanks
Tyler
Help with keybinding - Looking for file select command
Moderators: Hacker, petermad, Stefan2, white
TC can already do this OOTB. You can set in your wincmd.ini. Take a look at the help, section 4.b, for details about that option.
Regards
Dalai
Code: Select all
[Configuration]
SpaceMovesDown=1
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Such a internal command does not exist. But in this particular case you can use INI switch. Just add
SpaceMovesDown=1
under [Configuration] section in your main INI file.
From help:
SpaceMovesDown=1
under [Configuration] section in your main INI file.
From help:
Code: Select all
SpaceMovesDown=0 1= When selecting files with <SPACEBAR>, move down to next file (as with <INSERT>)