Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
squeekboard
Commits
d2fc32f2
Commit
d2fc32f2
authored
Feb 01, 2011
by
Daiki Ueno
Browse files
Doc fix.
parent
b2210108
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
d2fc32f2
...
...
@@ -27,19 +27,20 @@ eekboard currently includes 4 tools to implement your own virtual
keyboard:
- eekboard-server
a D-Bus server draws an interactive on-screen keyboard
a D-Bus server which draws interactive on-screen keyboards.
- eekboard-client
a test client of eekboard-server.
- eekboard-system-client
a client of "eekboard-server". It listens system events (focus
change, keystroke, keyboard change).
another client of eekboard-server. It listens system events (focus
change, keystroke, and keyboard change) and generates X key events
when some keys are pressed on the on-screen keyboard.
- eekboard-xml
a tool to dump the current system keyboard layout into an XML file.
It also
supports
loading an XML file.
It
's
also
capable of
loading an XML file
and displaying the layout
.
- eekboard-client
a tool to test interaction with eekboard-server
** Test with eekboard-client
Start eekboard-server:
...
...
@@ -57,7 +58,7 @@ Dump the current system keyboard layout into an XML file:
Access to eekboard-server:
$ ./src/eekboard-client --set-keyboard keyboard.xml
$ ./src/eekboard-client --show
$ ./src/eekboard-client --show
# will pop up a keyboard window
$ ./src/eekboard-client --listen # press some keys on the keyboard
KeyPressed XXXXX
KeyReleased XXXXX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment