24 Oct
2007
24 Oct
'07
11:27 p.m.
On Wed, 24 Oct 2007 15:57:54 -0700 (PDT), microUgly <drworm@...2123...> wrote:
Do modifier keys have to be either SHIFT, ALT or CTRL?
Briefly, yeah. The only other modifiers supported natively by Gdk are SUPER, META and one other I forget.
If we rewrote our own event processing, in principle we could keep track of other keys as modifiers, but then we still have the issue of dealing with key repeat and how to represent modifier masks since it wouldn't be possible to use an integer bitmask anymore.
-mental