How-to remap insert key for to selecting files?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
pieceapaper
Junior Member
Junior Member
Posts: 7
Joined: 2011-11-01, 11:46 UTC

How-to remap insert key for to selecting files?

Post by *pieceapaper »

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'
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

pieceapaper,
You can use insert for selecting files without remapping anything.

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.
pieceapaper
Junior Member
Junior Member
Posts: 7
Joined: 2011-11-01, 11:46 UTC

Post by *pieceapaper »

Hacker wrote:pieceapaper,
You can use insert for selecting files without remapping anything.

Roman
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.
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

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
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.
User avatar
petermad
Power Member
Power Member
Posts: 16140
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

- try and change that setting in BIOS
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.

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
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

It's a pity that there's no internal command for action that Insert does so one can't bind that action to another key just within TC.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50923
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

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
pieceapaper
Junior Member
Junior Member
Posts: 7
Joined: 2011-11-01, 11:46 UTC

Post by *pieceapaper »

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.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7024
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

I recommend trying the util SharpKeys
http://www.randyrants.com/software/
Post Reply