How to remap hotkeys of TC?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
PKEv
Junior Member
Junior Member
Posts: 3
Joined: 2015-10-12, 14:00 UTC

How to remap hotkeys of TC?

Post by *PKEv »

The user can remap hotkeys and even replace some.
while in the GUI no change - hints at the keys as they were and have remained
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Menu is read from MNU file as a plain text. You can copy it and make your own menu file with corrected shortcut hints.
PKEv
Junior Member
Junior Member
Posts: 3
Joined: 2015-10-12, 14:00 UTC

Post by *PKEv »

And how to do the same for contextual menu tabs?
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

It seems that these items are in LNG. You can create empty LNG with just these lines and switch to it (for English) or copy and edit existing LNG (for other language):

Code: Select all

1539="Duplicate this tab\tCtrl+T"
1540="Close this tab\tCtrl+W"
1541="Close all tabs\tCtrl+Shift+W"
User avatar
solid
Power Member
Power Member
Posts: 755
Joined: 2004-08-09, 11:20 UTC

Post by *solid »

You can use ultra tc editors for automatically adding all the hotkeys to menus. User defined too.
Post Reply