diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 1fa069a74f3b9ff8f6cc5d785ce13df341dde32f (patch) | |
tree | 00590413246bd66dd90ae44660c00548e0962f52 /games/roccat-tools | |
parent | ff89cfcc24b4e86830f5e7a4ac6770f47e0a3b29 (diff) | |
download | slackbuilds-1fa069a74f3b9ff8f6cc5d785ce13df341dde32f.tar.gz |
games/roccat-tools: Fix README.
Diffstat (limited to 'games/roccat-tools')
-rw-r--r-- | games/roccat-tools/README | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/games/roccat-tools/README b/games/roccat-tools/README index 8685fa42e3..71b6e016be 100644 --- a/games/roccat-tools/README +++ b/games/roccat-tools/README @@ -32,12 +32,12 @@ Support for all devices is built by default. To compile support for a specific device set the DEVICES variable to a semicolon delimited list of devices to compile support for, such as - DEVICES="isku;koneplus" + DEVICES="isku;koneplus" You will need a dedicated group to run roccat-tools. This will add the 'roccat' group and not conflict with anything else on SBo: - groupadd -r -g 318 roccat + groupadd -r -g 318 roccat Set the GROUP variable to whatever you create here before running the script, otherwise the default 'roccat' will be used. @@ -45,7 +45,7 @@ script, otherwise the default 'roccat' will be used. To use the device features as normal user you have to add yourself and all other users to the group that was created - usermod -a -G $GROUP $USER + usermod -a -G $GROUP $USER Do a logout/login to apply your new group ownership and replug your device and everything should work as expected. @@ -54,7 +54,7 @@ You can optionally compile support for Lua 5.1 or 5.2 if you want scripting possibilities. This will add lua or lua52 as a dependency, both available at SBo. Set the Lua version like this: - LUAVERSION="5.1" + LUAVERSION="5.1" If you have an old Kone (ROC-11-500, ROC-11-501) you, in certain cases, may additionally need the kmod-roccat package which is currently not @@ -64,30 +64,30 @@ avaiable at SBo. * roccateventhandler - A eventhandler that takes care of displaying OSD events and handles - quicklaunching and talk events. + A eventhandler that takes care of displaying OSD events and handles + quicklaunching and talk events. * roccatDEVICEcontrol - A console application mainly meant as helper for background tasks. - For basic usage information on roccatDEVICEcontrol please read - the manpage. + A console application mainly meant as helper for background tasks. + For basic usage information on roccatDEVICEcontrol please read + the manpage. * roccatDEVICEconfig - Graphical user interfaces to modify the profiles of your devices. - You should find them in the settings folder of your window - manager, or you can call them from the console. + Graphical user interfaces to modify the profiles of your devices. + You should find them in the settings folder of your window + manager, or you can call them from the console. # Known issues - If you get annoying SHIFT_L key events when entering keys in - DEVICEconfig you might have a video application like xine running - which tries to disable the screensaver in the most stupid way. You - have to switch off this functionality or close the culprit. + If you get annoying SHIFT_L key events when entering keys in + DEVICEconfig you might have a video application like xine running + which tries to disable the screensaver in the most stupid way. You + have to switch off this functionality or close the culprit. - If some key events don't show up in DEVICEconfig then you might have - software like xbindkeys running. You have to turn off these tools - for editing keys or macros in DEVICEconfig. Another possibility is - that the translation table is missing some keys (in fact at this - time it only supports a standard 105-keys keyboard) + If some key events don't show up in DEVICEconfig then you might have + software like xbindkeys running. You have to turn off these tools + for editing keys or macros in DEVICEconfig. Another possibility is + that the translation table is missing some keys (in fact at this + time it only supports a standard 105-keys keyboard) |