Difference between revisions of "Application:X"
Jump to navigation
Jump to search
| (4 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
==Keyboard Support== | ==Keyboard Support== | ||
| − | + | Keys modified by SYM behave similarly to pressing Option or Shift in webOS: Press SYM once, then the key to get the equivalent, or double-press SYM to go into SYM-lock mode, and press it again to leave. | |
| + | Note that there is no visual confirmation for the state of any modifier keys. | ||
{|border=1 | {|border=1 | ||
| Line 32: | Line 33: | ||
|UP Key | |UP Key | ||
|sym+r | |sym+r | ||
| + | |- | ||
| + | |DOWN key | ||
| + | |sym+c | ||
| + | |- | ||
| + | |LEFT Key | ||
| + | |sym+d | ||
| + | |- | ||
| + | |RIGHT Key | ||
| + | |sym+g | ||
|- | |- | ||
|"[" | |"[" | ||
| Line 50: | Line 60: | ||
|"~" | |"~" | ||
|sym+s | |sym+s | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|"`" (backtick) | |"`" (backtick) | ||
| Line 70: | Line 74: | ||
|} | |} | ||
| − | == | + | ==Right Click support== |
| + | Install libgtkstylus | ||
| + | <pre><nowiki> | ||
| + | apt-get install libgtkstylus | ||
| + | </nowiki></pre> | ||
| + | Set it to launch at boot. | ||
| + | <pre><nowiki> | ||
| + | cd ~ | ||
| + | nano .bashrc | ||
| + | </nowiki></pre> | ||
| + | Insert the line: | ||
| + | <pre><nowiki> | ||
| + | export GTK_MODULES=libgtkstylus.so | ||
| + | </nowiki></pre> | ||
| + | Press Gesture-X, confirm that you want to save. | ||
| + | Once inside the desktop environment, hold-tap for right click. | ||
==Known Issues/TODO== | ==Known Issues/TODO== | ||
| − | |||
| − | |||
* xrdb (Xdefaults, etc, support) | * xrdb (Xdefaults, etc, support) | ||
* xinitrc support | * xinitrc support | ||
* (maybe?) rotation support | * (maybe?) rotation support | ||
* "sticky" modiifiers | * "sticky" modiifiers | ||
Latest revision as of 03:00, 24 September 2011
X Window System Server
Screenshots
Video
Keyboard Support
Keys modified by SYM behave similarly to pressing Option or Shift in webOS: Press SYM once, then the key to get the equivalent, or double-press SYM to go into SYM-lock mode, and press it again to leave. Note that there is no visual confirmation for the state of any modifier keys.
| Key | What you press |
|---|---|
| Control | Gesture Area |
| "\" (backslash) | sym+q |
| HOME Key | sym+e |
| UP Key | sym+r |
| DOWN key | sym+c |
| LEFT Key | sym+d |
| RIGHT Key | sym+g |
| "[" | sym+y |
| "]" | sym+u |
| "<" | sym+i |
| ">" | sym+o |
| "|" Pipe | sym+p |
| "~" | sym+s |
| "`" (backtick) | sym+l ("L") |
| "|" Pipe | shift+. |
| Escape | shift+space |
| Tab | Control-i |
Right Click support
Install libgtkstylus
apt-get install libgtkstylus
Set it to launch at boot.
cd ~ nano .bashrc
Insert the line:
export GTK_MODULES=libgtkstylus.so
Press Gesture-X, confirm that you want to save. Once inside the desktop environment, hold-tap for right click.
Known Issues/TODO
- xrdb (Xdefaults, etc, support)
- xinitrc support
- (maybe?) rotation support
- "sticky" modiifiers



