Hi,
Using keybinder as part of https://github.com/Guake/guake and ran into an issue where I cannot bind T. Guake/guake#759
Looking for any noob assistance in debugging this. I write PHP/JS but this is deeper than I know how to debug right now. Any guidance appreciated.
I downloaded the example at https://raw.githubusercontent.com/engla/keybinder/master/examples/example.py and it worked with the <Ctrl>A shortcut by default. I changed it to <Shift><Alt>T and it stopped working so it appears something is funky with my keybinder.
$ locate keybinder
/usr/lib/libkeybinder.so.0
/usr/lib/libkeybinder.so.0.1.0
/usr/lib/pyshared/python2.7/keybinder
/usr/lib/pyshared/python2.7/keybinder/_keybinder.so
/usr/lib/python2.7/dist-packages/keybinder
/usr/lib/python2.7/dist-packages/keybinder/__init__.py
/usr/lib/python2.7/dist-packages/keybinder/__init__.pyc
/usr/lib/python2.7/dist-packages/keybinder/_keybinder.so
/usr/share/doc/libkeybinder0
/usr/share/doc/python-keybinder
/usr/share/doc/libkeybinder0/AUTHORS
/usr/share/doc/libkeybinder0/README
/usr/share/doc/libkeybinder0/changelog.Debian.gz
/usr/share/doc/libkeybinder0/copyright
/usr/share/doc/python-keybinder/changelog.Debian.gz
/usr/share/doc/python-keybinder/copyright
/usr/share/pyshared/keybinder
/usr/share/pyshared/keybinder/__init__.py
/var/cache/apt/archives/libkeybinder0_0.3.0-2_amd64.deb
/var/cache/apt/archives/python-keybinder_0.3.0-2_amd64.deb
/var/lib/dpkg/info/libkeybinder0.list
/var/lib/dpkg/info/libkeybinder0.md5sums
/var/lib/dpkg/info/libkeybinder0.postinst
/var/lib/dpkg/info/libkeybinder0.postrm
/var/lib/dpkg/info/libkeybinder0.shlibs
/var/lib/dpkg/info/libkeybinder0.symbols
/var/lib/dpkg/info/python-keybinder.list
/var/lib/dpkg/info/python-keybinder.md5sums
/var/lib/dpkg/info/python-keybinder.postinst
/var/lib/dpkg/info/python-keybinder.prerm
Hi,
Using keybinder as part of https://github.com/Guake/guake and ran into an issue where I cannot bind T. Guake/guake#759
Looking for any noob assistance in debugging this. I write PHP/JS but this is deeper than I know how to debug right now. Any guidance appreciated.
I downloaded the example at https://raw.githubusercontent.com/engla/keybinder/master/examples/example.py and it worked with the
<Ctrl>Ashortcut by default. I changed it to<Shift><Alt>Tand it stopped working so it appears something is funky with my keybinder.