Posted By: Vincent Carmona
Date: 2010-09-05 02:46
Summary: rghk 0.2 is out
Project: ZiK
rghk is a small library used to define globall hotkeys so users can interact with an application even if it does not have the focus.
This new version provides an easy way get key values from strings.
GlobalHotKeys::KeyVal.from_name('a')
To use rghk you should now require 'globalhotkeys'. |
|