Take Command / TCC Help v. 13.03

NormalKey directive

Hide Navigation Pane

NormalKey directive

Previous topic Next topic No directory for this topic No expanding text in this topic  

NormalKey directive

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

NormalKey = Key

 

Deassigns a general input key in order to disable the usual meaning of the key and/or make it available for keystroke aliases. This will make the keystroke operate as a "normal" key with no special function. For example:

 

NormalKey = Ctrl-End

 

will disable Ctrl-End, which is the standard "delete to end of line" key. Ctrl-End could then be assigned to a keystroke alias. Another key could be assigned the "delete to end of line" function with the DelToEnd directive.

 

See other General Input Keys.

 

Comments (...)