How-to remap insert key for to selecting files?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 7
- Joined: 2011-11-01, 11:46 UTC
How-to remap insert key for to selecting files?
any way to reassign the insert key for tagging files without just using 'spacebar' instead, or third party utility?
currently 'fn - prt sc' is 'ins'
currently 'fn - prt sc' is 'ins'
-
- Junior Member
- Posts: 7
- Joined: 2011-11-01, 11:46 UTC
uhh.... the second line of my post says i have to hit "FN-PRT SC" for 'insert'. in other words, my brand new hp envy 17t's keyboard forces me to hold 'fn' while hitting 'prt sc'. there is no 'insert' key alone.Hacker wrote:pieceapaper,
You can use insert for selecting files without remapping anything.
Roman
pieceapaper,
Ah, now I understand. Well, you could:
- try and change that setting in BIOS
- use the space key (optionally with the ini setting SpaceMovesDown=1)
- remap some key to trigger the insert key using AutoHotkey (or any similar tool)
HTH
Roman
Ah, now I understand. Well, you could:
- try and change that setting in BIOS
- use the space key (optionally with the ini setting SpaceMovesDown=1)
- remap some key to trigger the insert key using AutoHotkey (or any similar tool)
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
I have two HP laptops - changing the BIOS setting unfortunately only change the function of th F-keys (to work as F-keys and not as multimedia keys) - the ins/prt sc key is not affected.- try and change that setting in BIOS
Personally I just turn Num-lock off and use the 0/ins key - but that off course only work if the laptop has a numeric keyboard.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- ghisler(Author)
- Site Admin
- Posts: 50923
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I can recommend remapping keys via AutoHotkey. It works well for scripting other programs too, not just Total Commander.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 7
- Joined: 2011-11-01, 11:46 UTC
heres what i did. i did a regshot on keytweak and found the registry values. so i just used:
reg add "HKLM\SYSTEM\ControlSet001\Control\Keyboard Layout" /v "Scancode Map" /t REG_BINARY /d "00000000000000000300000052e037e037e052e000000000" /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /v "Scancode Map" /t REG_BINARY /d "00000000000000000300000052e037e037e052e000000000" /f
which switches the "prt sc"/"ins" key (which is one key). 'prt sc' works too with 'fn'. no programs need to be running after doing the reg. a reboot is required. keytweak can be uninstalled after finding your values.
reg add "HKLM\SYSTEM\ControlSet001\Control\Keyboard Layout" /v "Scancode Map" /t REG_BINARY /d "00000000000000000300000052e037e037e052e000000000" /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /v "Scancode Map" /t REG_BINARY /d "00000000000000000300000052e037e037e052e000000000" /f
which switches the "prt sc"/"ins" key (which is one key). 'prt sc' works too with 'fn'. no programs need to be running after doing the reg. a reboot is required. keytweak can be uninstalled after finding your values.
I recommend trying the util SharpKeys
http://www.randyrants.com/software/
http://www.randyrants.com/software/