Difference: ClientMapEndOptTab (1 vs. 2)

Revision 22012-03-29 - JeanNeron

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

APPX Client Map End, Tab, and Option keys

Line: 7 to 7
 

Overview

Changed:
<
<
The property list for the client now has some new options in the "Startup" section called "mapOptionKey", "mapTabKey", and "mapEndKey". The values you put in these are from a list of known key names Java uses. The following URL give you the list of valid names. Any name, within reason, that starts with VK_ can be used. Just trim off the VK_ part.
>
>
The property list for the client now has some new options in the "Startup" section called "mapOptionKey", "mapTabKey", and "mapEndKey". The values you put in these are from a list of known key names Java uses. The following URL give you the list of valid names. Any name, within reason, that starts with VK_ can be used, just trim off the VK_ prefix.
 
Changed:
<
<
List of VK_ keyboard key names...
>
>
List of VK_ keyboard key names:
  http://docs.oracle.com/javase/6/docs/api/java/awt/event/KeyEvent.html


Added:
>
>

Usage:

 
Changed:
<
<
Usage:

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

>
>
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
Changed:
<
<

Comments:

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

Revision 12012-03-29 - PeteBrower

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

APPX Client Map End, Tab, and Option keys

This client setting allows you to map the End, Tab, and Option functions to different keyboard keys.


Overview

The property list for the client now has some new options in the "Startup" section called "mapOptionKey", "mapTabKey", and "mapEndKey". The values you put in these are from a list of known key names Java uses. The following URL give you the list of valid names. Any name, within reason, that starts with VK_ can be used. Just trim off the VK_ part.

List of VK_ keyboard key names...

http://docs.oracle.com/javase/6/docs/api/java/awt/event/KeyEvent.html


Usage:

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

/ = DIVIDE
* = MULTIPLY
- = SUBTRACT
+ = ADD

Comments:

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



<--/commentPlugin-->

-- PeteBrower - 2012-03-29

 
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