|
Bremen Novice
Joined: 26 Dec 2002 Posts: 33 Location: USA
|
Posted: Thu Dec 25, 2003 8:38 am
Adding to Tab Completion List |
Is there a way to disable ctrl-w from adding the current commandline to your tab completion list? (I use ctrl-w to close IE/Mozilla/etc windows, and hate having to open the settings Editor every time I accidentally hit ctrl-w in zMud).
Guess I could just use #UNTAB, but is there another way to disable it in the first place? |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Dec 25, 2003 11:57 am |
Disable (uncheck) Enable Menu key shortcuts in General|Command Line prefs.
Enable Macros override menu shortcuts and write a macro for Ctrl-W.
#KEY CTRL-W {#NOOP} |
|
|
|
|
|