Bug 4053 - Differentiate between NumPad keys and other numeric keys
Summary: Differentiate between NumPad keys and other numeric keys
Status: RESOLVED WONTFIX
Alias: None
Product: clawsker
Classification: Unclassified
Component: default (show other bugs)
Version: 1.0.1
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2018-07-15 10:34 UTC by George
Modified: 2018-07-26 13:47 UTC (History)
0 users

See Also:


Attachments

Description George 2018-07-15 10:34:16 UTC
Ctrl+[digit] works as a different shortcut from Ctrl+NumPad[digit].

Currently Clawkser displays Ctrl+[digit] for both cases which creates ambiguity.
Comment 1 Ricardo Mones 2018-07-26 10:26:08 UTC
This seems to be a limitation of GTK+2. In other applications pressing Ctrl+1 or Ctrl+Numpad1 generates the same shortcut "Ctrl+1", so I don't think this is fixable without rewriting the GtkAccelerator widget and probably a some other things which are parsing shorcuts strings.
Comment 2 George 2018-07-26 10:38:50 UTC
Thanks for looking into it Ricardo.

Should we probably report it upstream? Or would it be ignored considering a newer version of GTK exists?
Comment 3 Ricardo Mones 2018-07-26 12:55:12 UTC
You can try your luck, but if I had to bet I'd put my money on the second option for sure :-)
Comment 4 George 2018-07-26 13:13:51 UTC
Unfortunately the second option seems unusable by CM. When using --enable-gtk3 for configure I get lots of errors. Is that a separate bug to be reported?
Comment 5 Ricardo Mones 2018-07-26 13:28:11 UTC
No, there's already one.
Comment 6 Andrej Kacian 2018-07-26 13:47:56 UTC
What does Claws Mail have to do with this? Clawsker is a standalone application, it could be ported to GTK3 regardless of what Claws Mail uses or does.

As for Claws Mail and GTK3, have a look at bug #2371, or the work-in-progress "gtk3" branch in our git.

Note You need to log in before you can comment on or make changes to this bug.