diff options
author | Leo C <leoc@gmx.com> | 2018-01-13 20:02:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:31 +0700 |
commit | 939fd0ba49dc6242e6a9646861a57064096418e9 (patch) | |
tree | 89d907055b0ab2f15201fb375080b18fede0aedc /desktop/lxhotkey/README | |
parent | 07af034bdf6bdfd524aeb8ac3a4f251210328cb2 (diff) | |
download | slackbuilds-939fd0ba49dc6242e6a9646861a57064096418e9.tar.gz |
desktop/lxhotkey: Added (a keyboard shortcuts configurator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/lxhotkey/README')
-rw-r--r-- | desktop/lxhotkey/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/lxhotkey/README b/desktop/lxhotkey/README new file mode 100644 index 0000000000..c8a61ec8d7 --- /dev/null +++ b/desktop/lxhotkey/README @@ -0,0 +1,7 @@ +LXHotkey allows viewing and changing global keyboard shortcuts for +the Openbox window manager actions, including those for starting +applications. + +Note: upstream default is not to build the GTK GUI, this may be +overridden by passing either GTK=2 or GTK=3 to the script, e.g. + GTK=2 ./lxhotkey.SlackBuild |