Way to Easily Show Keyboard Mapping
Moderators: Hacker, petermad, Stefan2, white
Way to Easily Show Keyboard Mapping
Hello,
If we click on "Configuration > Misc. > Arrow next to Hotkey:" we can see the keyboard mapping.
Is it possibe to call up that mapping with a command? I forget rarely used shortcuts, and would like to keep this handy compendium easily and quickly accessible.
Thanks.
If we click on "Configuration > Misc. > Arrow next to Hotkey:" we can see the keyboard mapping.
Is it possibe to call up that mapping with a command? I forget rarely used shortcuts, and would like to keep this handy compendium easily and quickly accessible.
Thanks.
Regards, Brahman
Win10 & 11 Pro x64
Win10 & 11 Pro x64
Re: Way to Easily Show Keyboard Mapping
There are many way to do that:
- Simple and fast to setup (starter menu, button, dir hotlist):
Code: Select all
%comspec% /k PathTo\inifile.exe PathTo\IniFileWithSectionShortcuts [Shortcuts]
- Separate file for section [Shortcuts]:
Code: Select all
[Shortcuts]
redirectsection=wincmd-shortcuts.ini
Code: Select all
%comspec% /k type PathTo\IniFile\wincmd-shortcuts.ini
-Via Batch:
Code: Select all
setlocal enabledelayedexpansion
set Fini=PathTo\IniFileWithSectionShortcuts
set showIt=0
for /f "delims=" %%a in (%Fini%) do (
set l=%%a
if "!l:~0,1!"=="[" set showIt=0
if "!showIt!"=="1" (
rem set l=!l:C+=Ctrl+!
rem ...
echo !l!
)
if "%%a"=="[Shortcuts]" set showIt=1
)
Last edited by JOUBE on 2023-07-30, 08:19 UTC, edited 4 times in total.
Re: Way to Easily Show Keyboard Mapping
There is also KEYBOARD.TXT in the TC program folder, and that same list incl. links to other help sections in the "keyboard" page in the help.
That said, there are programs that have a "show keyboard mapping" function that takes into account the default + user defined keyboard shortcuts and generate a new text file. Perhaps something to consider for TC
That said, there are programs that have a "show keyboard mapping" function that takes into account the default + user defined keyboard shortcuts and generate a new text file. Perhaps something to consider for TC
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: Way to Easily Show Keyboard Mapping
The TwinKey plugin has a Keyboard mapping function which shows the default keys
and also the user redefined ones. Additionally, duplicated keys are shown.
It needs a config file with the deafult keys for the actual TC.
Last time Petermad provided an update for it.
and also the user redefined ones. Additionally, duplicated keys are shown.
It needs a config file with the deafult keys for the actual TC.
Last time Petermad provided an update for it.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Way to Easily Show Keyboard Mapping
This
You can use this button to open the Help for Keyboard Layout directly:There is also KEYBOARD.TXT in the TC program folder, and that same list incl. links to other help sections in the "keyboard" page in the help.
Code: Select all
TOTALCMD#BAR#DATA
hh.exe %COMMANDER_PATH%\TOTALCMD.CHM::keyboard.htm
C:\windows\hh.exe
Open Help for Keybord Layout
To make the button:
1. Mark the text in the box here above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctrl+C).
3. Right click on TC's buttonbar and choose "Paste".
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Way to Easily Show Keyboard Mapping
Wow!
Thank you so much for all your suggestions - not only did it solve my question, it also made me learn a lot about the intricacies of TC.
Thank you so much for all your suggestions - not only did it solve my question, it also made me learn a lot about the intricacies of TC.
Regards, Brahman
Win10 & 11 Pro x64
Win10 & 11 Pro x64
Re: Way to Easily Show Keyboard Mapping
Also check Hotkey editor from Ultra TC Editors. It displays current hotkey(s) and original TC hotkey even if it is changed. Also aliases. It can even export the hotkeys to the main menu.
http://utceditors.totalcmd.net
http://utceditors.totalcmd.net
Re: Way to Easily Show Keyboard Mapping
For this, we need an updated "tc default hotkeys.hky"solid wrote: 2023-08-01, 19:56 UTC Also check Hotkey editor from Ultra TC Editors. It displays current hotkey(s) and original TC hotkey even if it is changed. Also aliases. It can even export the hotkeys to the main menu.
http://utceditors.totalcmd.net
to reflect the TC 11 defaults.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Way to Easily Show Keyboard Mapping
I believe @Petermad took over maintaining this aspect of UTCE.Horst.Epp wrote: 2023-08-02, 07:25 UTC For this, we need an updated "tc default hotkeys.hky"
to reflect the TC 11 defaults.
Re: Way to Easily Show Keyboard Mapping
For this, we need an updated "tc default hotkeys.hky"
to reflect the TC 11 defaults.
Since TC 11.00 is now feature complete I have released the new datafiles for Ulta TC Editors - see: viewtopic.php?p=438465#p438465I believe @Petermad took over maintaining this aspect of UTCE.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Way to Easily Show Keyboard Mapping
2petermad
Thanks for updating.
I use it in Ultra TC Editors and the Twinkkey plugin.
Thanks for updating.
I use it in Ultra TC Editors and the Twinkkey plugin.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Way to Easily Show Keyboard Mapping
Does Hotkeys Editor.exe know about commands with parameters?
Re: Way to Easily Show Keyboard Mapping
No.

EDIT
But the Hotkeys Editor.exe can still show cm_commands with parameters, it just won't show the parameters.
NOTICE! if you use Hotkeys Editor.exe to change or set hotkeys, ALL parameters for ALL cm_commands that you might have set will be LOST!
Last edited by petermad on 2023-08-02, 15:38 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Way to Easily Show Keyboard Mapping
Thank you for your contribution to the community.petermad wrote: 2023-08-02, 10:10 UTC Since TC 11.00 is now feature complete I have released the new datafiles for Ulta TC Editors - see: viewtopic.php?p=438465#p438465
This forum really need like or thanks buttons.
Re: Way to Easily Show Keyboard Mapping
Button with the TCFS2:brahman wrote:Is it possibe to call up that mapping with a command?
Code: Select all
TOTALCMD#BAR#DATA
%COMMANDER_PATH%\Utils\TCFS2\TCFS2.exe
/ef "tcm(495,1) eval(settext_wait(,findwnd(`TDLGCONFIGALL`))) sendmsg(findwnd(`TBitBtn`,,findwnd(`TMyGroupBox`,,findwnd(`TPage`,,findwnd(`TNoteBook`,,findwnd(`TDLGCONFIGALL`))),1)),$F5) sendmsg(findwnd(`Button`,,findwnd(`Button`,,findwnd(`Window`,,findwnd(`Window`,,findwnd(`TDLGCONFIGALL`),1)),1)),$F5)"
wcmicons.dll,34
Hotkeys