[Konsole-devel] [Bug 96282] Wish: <Super> and <Hyper> prefix option

Jekyll Wu adaptee at gmail.com
Mon Apr 30 03:13:43 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=96282

Jekyll Wu <adaptee at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adaptee at gmail.com
          Component|general                     |font

--- Comment #6 from Jekyll Wu <adaptee at gmail.com> ---
Well, an quite old report :)

If I undertand it correctly, Qt still translates the super key as
Qt::Key_Meta(although there are the definitions of Qt::Key_Super_L and
Qt::Key_Super_R) and Qt::MetaModifier.

For the hyper key, although Qt detects it as Qt::Key_Hyper_L and
Qt::Key_Hyper_R, there is no corresponding Qt::HyperModifier.

So the easy thing to do at the moment is to support the Super
key(Qt::Key_Meta), which means adding the prefix "<Ctrl-X> <at> s (18 40 73)".

But I'm not a emacs user, either. If the reporter is still watching this
report, you are welcome to try the experimetal code at
https://github.com/adaptee/konsole/tree/meta-modifer-prefix and leave your
feedback here.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the konsole-devel mailing list