Difference between revisions of "Application:X"

From WebOS Internals
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
==Keyboard Support==
 
==Keyboard Support==
  
Extra keys:
+
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
|-
 
|LEFT Key
 
|sym+d
 
|-
 
|RIGHT Key
 
|sym+g
 
 
|-
 
|-
 
|"`" (backtick)
 
|"`" (backtick)
Line 62: Line 66:
 
|"|" Pipe
 
|"|" Pipe
 
|shift+.  
 
|shift+.  
|-
 
|">"
 
|sym+.
 
|-
 
|"<"
 
|shift+sym+.
 
 
|-
 
|-
 
|Escape
 
|Escape
Line 76: Line 74:
 
|}
 
|}
  
==Screenshots==
+
==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==
* tab symbol
 
* arrow keys
 
 
* 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 04:00, 24 September 2011

X Window System Server

Precentral Thread

Screenshots

X11-lxde.png X11-xchat.png

X11-Ice.png X11-menu.png

Video

OpenOffice on the Pre

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