lineak_kdeplugins(1) Macro plugin for the lineakd daemon

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: amarok_plugin juk_plugin kscd_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.

amarok_plugin

The Amarok plugin supports 13 Macros to control the Amarok application. These macros are:
AMAROK_PLAY, AMAROK_PAUSE, AMAROK_STOP, AMAROK_PLAYPAUSE, AMAROK_BACK, AMAROK_FORWARD, AMAROK_SEEK, AMAROK_ADDMEDIA, AMAROK_VOLUMEUP, AMAROK_VOLUMEDOWN, AMAROK_VOLUMEMUTE, AMAROK_TOGGLEPLAYLIST, AMAROK_ENABLERANDOM

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

kscd_plugin

The Kscd plugin supports 12 macros to control the behaviour of the kscd application. These macros are:
KSCD_PLAY, KSCD_PAUSE, KSCD_STOP, KSCD_PREVIOUS, KSCD_NEXT, KSCD_EJECT, KSCD_TOGGLE_LOOP, KSCD_TOGGLE_SHUFFLE, KSCD_TOGGLE_TIME_DISPLAY, KSCD_CURRENT_TRACK, KSCD_CURRENT_ALBUM, KSCD_CURRENT_ARTIST

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 3.
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

The konqueror plugin supports the macros: KONQUEROR, KONQUEROR_BACK, KONQUEROR_FORWARD, KONQUEROR_HOME, KONQUEROR_STOP, KONQUEROR_REFRESH, KONQUEROR_RELOAD, KONQUEROR_NEWTAB, KONQUEROR_NEXTTAB, KONQUEROR_PREVTAB, KONQUEROR_BOOKMARK.
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.

FILES

$HOME/.lineak/lineakd.conf
Personal configuration file.

AUTHOR

lineak_kdeplugins was written by Sheldon Lee-Wen <[email protected]>.