Difference between revisions of "Application:X"
Jump to navigation
Jump to search
(7 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
[http://forums.precentral.net/webos-internals/240926-x-server-pre.html Precentral Thread] | [http://forums.precentral.net/webos-internals/240926-x-server-pre.html Precentral Thread] | ||
+ | |||
+ | ==Screenshots== | ||
+ | |||
+ | [[Image:X11-lxde.png]] [[Image:X11-xchat.png]] | ||
+ | |||
+ | [[Image:X11-Ice.png]] [[Image:X11-menu.png]] | ||
+ | |||
+ | ==Video== | ||
+ | |||
+ | [http://www.youtube.com/watch?v=2JsulCV4nEQ OpenOffice on the Pre] | ||
==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 17: | Line 28: | ||
|sym+q | |sym+q | ||
|- | |- | ||
− | | | + | |HOME Key |
− | |sym+ | + | |sym+e |
+ | |- | ||
+ | |UP Key | ||
+ | |sym+r | ||
+ | |- | ||
+ | |DOWN key | ||
+ | |sym+c | ||
+ | |- | ||
+ | |LEFT Key | ||
+ | |sym+d | ||
+ | |- | ||
+ | |RIGHT Key | ||
+ | |sym+g | ||
|- | |- | ||
− | |" | + | |"[" |
|sym+y | |sym+y | ||
|- | |- | ||
− | |" | + | |"]" |
|sym+u | |sym+u | ||
+ | |- | ||
+ | |"<" | ||
+ | |sym+i | ||
+ | |- | ||
+ | |">" | ||
+ | |sym+o | ||
|- | |- | ||
|"|" Pipe | |"|" Pipe | ||
− | | | + | |sym+p |
+ | |- | ||
+ | |"~" | ||
+ | |sym+s | ||
|- | |- | ||
− | |" | + | |"`" (backtick) |
− | |sym+ | + | |sym+l ("L") |
|- | |- | ||
− | |" | + | |"|" Pipe |
− | |shift | + | |shift+. |
|- | |- | ||
|Escape | |Escape | ||
Line 42: | 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