Difference: ClientMapEndOptTab (3 vs. 4)

Revision 42014-03-07 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPX510Features"

APPX Client Map End, Tab, and Option keys

Line: 13 to 13
  http://docs.oracle.com/javase/6/docs/api/java/awt/event/KeyEvent.html
Changed:
<
<

>
>
In Release 5.3.1 an alternate syntax was added to support some keys that do not have a java key name. For some characters, the client needs both the key scan code and the actual character. If you are having trouble mapping the desired key to the option key, you may have to use the new syntax of #<scancode>:<character>

To determine the correct key code to use, in the 'debug' section of the client preferences is an option to turn on key codes: -showKeyCodes=true. This will display the key code when you press the key. This can be enabled/disabled after logging in, if desired.

 

Usage:

To set Option to the keypad + key you would set -mapOptionKey=ADD from the command line, or in the property page before logging in. The keypad keys are named by math function.

/ = DIVIDE
* = MULTIPLY
- = SUBTRACT
+ = ADD
Added:
>
>
To map the § key, you would use the alternate syntax of:

-mapOptionKey=#167:§

 

Comments:

Read what other users have said about this page or add your own comments.

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback