kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22810
Re: [PATCH] Fix (Ctrl)+(ASCII control key) hotkey handling
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Clemens Koller <cko@xxxxxxxxx>
-
Date:
Thu, 21 Jan 2016 15:12:30 +0100
-
In-reply-to:
<20160121034435.GA24515@potato.localdomain>
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
Hi Chris!
I am a bit short on time, currently, but will test your code asap
next week, I hope. Thanks for taking care about that!
On 2016-01-21 04:44, Chris Pavlina wrote:
> - Hotkeys that are *not* handled by the main hotkey code (for example,
> menu keys like Alt+F to call up the File menu) are not affected.
Good. I think it's worth to emphasize here that Alt-F in my case
(Linux Xfce4) was handled by the Window Manager and as such, Kicad
cannot handle that key properly when it doesn't get the events
from outside.
So, this is nothing Kicad needs or can take care about.
However, I don't know if there is a way to change the priority in
handling Keyboard/Mouse events in a way that an application can
handle events _before_ directed (back) to the Window Manager when
the application is active and in focus.
Regards,
Clemens
Follow ups
References