Difference between revisions of "Application:X"
Jump to navigation
Jump to search
| (12 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
=X Window System Server= | =X Window System Server= | ||
| + | [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 16: | 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+ | + | |sym+o |
| + | |- | ||
| + | |"|" Pipe | ||
| + | |sym+p | ||
| + | |- | ||
| + | |"~" | ||
| + | |sym+s | ||
|- | |- | ||
| − | |" | + | |"`" (backtick) |
| − | |shift | + | |sym+l ("L") |
| + | |- | ||
| + | |"|" Pipe | ||
| + | |shift+. | ||
|- | |- | ||
|Escape | |Escape | ||
|shift+space | |shift+space | ||
| + | |- | ||
| + | |Tab | ||
| + | |Control-i | ||
|} | |} | ||
| − | == | + | ==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== |
| + | * xrdb (Xdefaults, etc, support) | ||
| + | * xinitrc support | ||
| + | * (maybe?) rotation support | ||
| + | * "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



