Elijah Lynn
Elijah Lynn
I wasn't trying to discount the substance of the reddit link, just add a direct link to the source. Thanks very much for bringing this into this issue queue!
> (Once this PR is merged, this magic will no longer be necessary.) Adding link https://github.com/hechoendrupal/drupal-console-extend-plugin/pull/25.
I did attempt the example main.c thinking it is the python-keybinder keybindings that is the culprit. But with main.c I keep getting an error that it can not find keybinder.h....
``` $ sudo apt-cache policy libkeybinder0 libkeybinder0: Installed: 0.3.0-2 Candidate: 0.3.0-2 Version table: *** 0.3.0-2 0 500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages 100 /var/lib/dpkg/status ```
``` $ sudo apt-cache policy python-keybinder python-keybinder: Installed: 0.3.0-2 Candidate: 0.3.0-2 Version table: *** 0.3.0-2 0 500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages 100 /var/lib/dpkg/status ```
Hrm, maybe I should just include the path of https://github.com/engla/keybinder/blob/master/libkeybinder/keybinder.h in the main.c file instead of just keybinder. Will try that soon.
There is a Ctrl-Alt-T default in Ubuntu with the Terminal application. However, I am using Shift-Alt-T though, which doesn't appear to have a conflict. When I do use the conflicted...
I get a "*\* (example.py:21474): WARNING **: Failed to map virtual modifiers" when using `T` or `T`.
I am having the same issue with `V` in the example. Ultimately leads to me not being able to copy/paste in Guake.
When I do press the problem key combos the terminal of the example.py app does respond by blinking the cursor rectangle. If I hold down on the key combo it...