|
Linux support for Easy Access and Internet Keyboards
|
|
Documentation: lineakd README |
|
LINEAK_KDEPLUGINS
DESCRIPTION
LinEAK, Linux support for Easy Access and Internet Keyboards, features X11
support, windowmanager independence, ability to configure all keys through GUI
or .conf file, volume control and sound controls.
This plugin contains macros that can be used
in a configuration file that facilitate contolling of KDE applications. This plugin
package actually contains the following plugins:
juk_plugin
kdesktop_plugin
kmail_plugin
kmix_plugin
konqueror_plugin
lineakd is the daemon that runs in the background of an X session and listens
to incoming events from multimedia buttons.
juk_plugin
The Juk plugin supports 13 Macros to control the behavior of the Juk application.
These macros are:
- JUK_PLAY
JUK_PAUSE
JUK_STOP
JUK_PLAYPAUSE
JUK_BACK
JUK_FORWARD
JUK_SEEKBACK
JUK_SEEKFORWARD
JUK_VOLUMEUP
JUK_VOLUMEDOWN
JUK_VOLUMEMUTE
JUK_STARTPLAYINGPLAYLIST
JUK_OPENFILE
kdesktop_plugin
The kdesktop plugin supports 6 macros. These are:
KDE_LOCK_DESKTOP
KMENU
KDESKTOP_NEXT
KDESKTOP_PREVIOUS
KDE_LOGOUT
KDESKTOP_EXECUTE - KDESKTOP_EXECUTE will open the command line execution dialog box.
kmail_plugin
The KMail plugin supports only one Macro: KMAIL_COMPOSE. However this macro
can take up to 5 arguments:
KMAIL_COMPOSE(from,to,cc,subject,attachment) The attachment is in form of a URL.
kmix_plugin
The kmix plugin supports three macros. These are: KMIX_VOLUP, KMIX_VOLDOWN, KMIX_MUTE.
These macros follow the EAK_ style macros in that they support options.
- KMIX_MUTE
This is the default form of the macro. If used in this form it will mute the first mixer
to a volume of 0.
- KMIX_MUTE(X)
Here X is a kmix mixer. You can get a list of mixers that are supported by running: dcop kmix
- KMIX_MUTE(device,device2,device3,...)
Here deviceX is a string name of a mixer device (e.g. "Mixer0" to mute.) This
allows you to mute more than one mixer at a time.
- For the KMIX_VOLUP and KMIX_VOLDOWN macros. Each have the following forms.
-
- KMIX_VOLUP or KMIX_VOLDOWN
Increment or decrement the default mixer by an increment of 5.
KMIX_VOLUP(X) or KMIX_VOLDOWN(X)
Increment or decrement the default kmix mixer by a value of X.
- KMIX_VOLUP(X,device,X2,device2,X3,device3,...) or
KMIX_VOLDOWN(X,device,X2,device2,X3,device3,...)
X is the volume to adjust the following device by.
konqueror_plugin
By itself the KONQUEROR macros will start an instance of konqueror if there is not
one already running.
Here are the macro definitions:
KONQUEROR_BACK - Go back one page in the browse history.
KONQUEROR_FORWARD - Go forward one page in the browse history.
KONQUEROR_HOME - Go to the user defined home page.
KONQUEROR_STOP - Stop the browser from loading a page.
KONQUEROR_REFRESH or KONQUEROR_RELOAD - Reload the current page.
KONQUEROR_NEWTAB - Open a new tab in konqueror.
KONQUEROR_NEXTTAB - Move to the next konqueror window tab.
KONQUEROR_PREVTAB - Move to the previous konqueror window tab.
KONQUEROR_BOOKMARK - Bookmark the current location.
|