ssokolow / quicktile

Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
https://ssokolow.com/quicktile/
GNU General Public License v2.0
861 stars 78 forks source link

emacs grabs key commands #48

Closed jobevers closed 9 years ago

jobevers commented 9 years ago

Just installed quicktile; when trying to resize an emacs window it instead prints out a message saying that the key combination is undefined.

ssokolow commented 9 years ago

I'm not sure how that would be possible. QuickTile uses the X11 XGrabKey function to take exclusive control of the key combos it listens for. If QuickTile started properly, then emacs should never receive X events for those key combos.

The only thing that should be able to override a successful XGrabKey is the XGrabKeyboard function intended for implementing secure password dialogs and, if that were in use, it would prevent all global hotkeys from functioning.

What do you get when launching quicktile in a terminal with --debug? Are there any messages about failing to bind keys?

jobevers commented 9 years ago

I'll take a look when I get the chance. Thanks for the quick response!

jobevers commented 9 years ago

I'm not sure what I changed, but it seems to be working now. Thanks for writing the tool!