[ buster ]
[ 源代码: keybinder ]
软件包:python-keybinder(0.3.1-1)
registers global key bindings for applications - Python bindings
keybinder is a library for registering global keyboard shortcuts to be used by GTK-based applications under the X Window System.
When a combination of key is pressed, keybinder notifies it to the registering application, which can execute one or more operations based on the event previously registered.
Originally written as part of the Tomboy project, keybinder has been distributed as stand-alone library let other applications to use key binding.
This package contains Python bindings.
其他与 python-keybinder 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libglib2.0-0 (>= 2.12.0)
- C 例程的 GLib 软件库
-
- dep: libkeybinder0 (>= 0.2.1)
- registers global key bindings for applications
-
- dep: python (<< 2.8)
- 交互式高级面向对象语言(Python2 版本)
- dep: python (>= 2.7)
-
- dep: python-gtk2
- Python bindings for the GTK+ widget set