Author Topic: [b]ReDefine "Tab" Key ??[/b]  (Read 3843 times)

0 Members and 1 Guest are viewing this topic.

CadMaster

  • Guest
[b]ReDefine "Tab" Key ??[/b]
« on: November 20, 2003, 05:04:03 PM »
Is it possible to redefine the "Tab" key...i would like it to operate/toggle the "Ortho" mode. i asked this on cadopolis.com...but someone said it wasnt possible....
anyone have a way of doing it??...
thanks

daron

  • Guest
[b]ReDefine "Tab" Key ??[/b]
« Reply #1 on: November 20, 2003, 05:14:25 PM »
Wouldn't that cause problems with other apps? Here's the menu file on accelerators.
Code: [Select]

***ACCELERATORS
// Bring up hyperlink dialog
ID_Hyperlink [CONTROL+"K"]
// Toggle Orthomode
[CONTROL+"L"]^O

Try changing:
pCONTROL+"L"]^O to
[CONTROL+ALT+TAB]^O
You might also try:
[CONTROL+SHIFT+"A"]^O
That would at least put you in the vicinity.