OBHotkey Code
Status: Alpha
Brought to you by:
ebohlman
File | Date | Author | Commit |
---|---|---|---|
README | 2010-05-28 | ebohlman | [r5] 0.1.2: Startup notification and prompt |
obaxutils.py | 2010-05-26 | ebohlman | [r2] added boilerplate |
obhk.py | 2010-05-28 | ebohlman | [r5] 0.1.2: Startup notification and prompt |
obhktray | 2010-06-18 | ebohlman | [r7] Fix locale dependency in obaxutils. |
obhktray.1 | 2010-05-28 | ebohlman | [r5] 0.1.2: Startup notification and prompt |
obhotkey | 2010-05-28 | ebohlman | [r5] 0.1.2: Startup notification and prompt |
obhotkey.1 | 2010-05-28 | ebohlman | [r5] 0.1.2: Startup notification and prompt |
setup.py | 2010-06-18 | ebohlman | [r7] Fix locale dependency in obaxutils. |
OBHotkey A command line utility to create hotkeys for Openbox To install: sudo python setup.py install Requires: python-xlib PyGTK 2 (only needed for obhktray) Usage notes: Key specifications are as described in the Openbox documentation. XML entities like '&' will be automatically escaped; do not escape them manually. OBHotkey will refuse to add or delete a key if doing so would leave part of a multi-key sequence "orphaned" Openbox will automatically be reconfigured after adding/removing a hotkey obhktray provides a tray icon for setting hotkeys Bugs/limitations: Key specifications are not checked for validity There is no way to pass paramenters to Openbox actions Changelog: 0.1.0 (2010-05-26) Initial release 0.1.1 (2010-05-26) Include man pages. Add -n option to obhktray. 0.1.2 (2010-05-28) Allow startup notification and prompting Copyright (c) 2010 Eric Bohlman <ericbohlman@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.