Unofficial mirror of roccat-tools
C Other
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
arvo import 3.7.0 Sep 25, 2015
cmake_modules import 3.7.0 Sep 25, 2015
icons import 3.7.0 Sep 25, 2015
include import 3.7.0 Sep 25, 2015
isku import 3.7.0 Sep 25, 2015
iskufx import 3.7.0 Sep 25, 2015
kone import 3.7.0 Sep 25, 2015
koneplus import 3.7.0 Sep 25, 2015
konepure import 3.7.0 Sep 25, 2015
konepuremilitary import 3.7.0 Sep 25, 2015
konepureoptical import 3.7.0 Sep 25, 2015
konextd import 3.7.0 Sep 25, 2015
konextdoptical import 3.7.0 Sep 25, 2015
kovaplus import 3.7.0 Sep 25, 2015
libroccat import 3.7.0 Sep 25, 2015
libroccathelper import 3.7.0 Sep 25, 2015
libroccatwidget import 3.7.0 Sep 25, 2015
lua import 3.7.0 Sep 25, 2015
nyth import 3.7.0 Sep 25, 2015
po import 3.7.0 Sep 25, 2015
pyra import 3.7.0 Sep 25, 2015
roccateventhandler import 3.7.0 Sep 25, 2015
ryosmk import 3.7.0 Sep 25, 2015
ryostkl import 3.7.0 Sep 25, 2015
savu import 3.7.0 Sep 25, 2015
scripts import 3.7.0 Sep 25, 2015
sounds import 3.7.0 Sep 25, 2015
tyon import 3.7.0 Sep 25, 2015
udev import 3.7.0 Sep 25, 2015
.gitignore import 3.7.0 Sep 25, 2015
CMakeLists.txt import 3.7.0 Sep 25, 2015
COPYING import 3.7.0 Sep 25, 2015
Changelog import 3.7.0 Sep 25, 2015
INSTALL import 3.7.0 Sep 25, 2015
README import 3.7.0 Sep 25, 2015
cmake_uninstall.cmake.in import 3.7.0 Sep 25, 2015
roccat-tools.spec import 3.7.0 Sep 25, 2015

README

* Contents

  This archive contains
  
  * roccateventhandler
  
    A eventhandler that takes care of displaying OSD events and handles
    quicklaunching and talk events.

  * Icons and sounds
  
    These are used by device specific software.

  * DEVICE specific software
  
    * roccatDEVICEcontrol
  
      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.
      
* Notes on Macro handling

  * Windows drivers store their macros in folders like these:
  
    "%ProgramFiles%\ROCCAT\Arvo Keyboard\config\macro.ini"
    %APPDATA%\ROCCAT\Kone\config\macro.ini
    "%ProgramFiles%\ROCCAT\Kone[+] Mouse\config\Preset_sequence.dat"
    "%ProgramFiles%\ROCCAT\Kova[+] Mouse\config\Kova_sequence.dat"
    "%ProgramFiles%\ROCCAT\Pyra Mouse\config\Pyra_sequence.dat"
    
    I'm providing a unified method of storing and handling macros.
    So you can use a single macro with any device you want without the need for
    defining it in multiple applications.
    
* 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 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 my
    translation table is missing some keys (in fact at this time i only support
    a standard 105-keys keyboard)

* Copyright notices

  * The sound files and the Roccat logo are property of Roccat and are used
    with their approval.

  * Code and data I'm not the author of is commented with a QUOTE tag.
    Source and copyright info are stated there.   

* Help make it better

  If you have problems, ideas, questions etc. go to
  
  http://sourceforge.net/projects/roccat/support
  
  or if you don't want to create a sourceforge account mail me directly at
  
  erazor_de@users.sourceforge.net
  
  and tell me.