diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-05-27 18:02:46 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:34:24 -0500 |
commit | cd329ebf15abe0a70ff39d1f4704be3650275267 (patch) | |
tree | 7b6dacecc8f4920b44848f2256e9e8cbe8d11f12 /libraries/keybinder/README | |
parent | b74b52785542d4f4cf2b27e9d3b3724dc5bf8d14 (diff) | |
download | slackbuilds-cd329ebf15abe0a70ff39d1f4704be3650275267.tar.gz |
libraries/keybinder: Added (gtk+2 keyboard shortcut library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/keybinder/README')
-rw-r--r-- | libraries/keybinder/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/keybinder/README b/libraries/keybinder/README new file mode 100644 index 0000000000..4a7e8750a8 --- /dev/null +++ b/libraries/keybinder/README @@ -0,0 +1,5 @@ +keybinder is a library for registering global keyboard shortcuts. +Keybinder works with GTK-based applications using the X Window System. +This is the gtk+2 version. + +lua is an optional dependency. |