Menu

#1142 Support for Super modifier on GTK+

Committed
closed
gtk (18)
5
2016-04-26
2016-03-25
felix
No

SciTE and Scintilla currently cannot have actions (tools, etc.) bound to a keyboard shortcut using the Super modifier and ignore the Super key when it's pressed.

Attached patches add support for the Super modifier on GTK+.

1 Attachments

Discussion

  • felix

    felix - 2016-03-25

    Scintilla patch

     
  • Neil Hodgson

    Neil Hodgson - 2016-03-27

    Is there a rationale for preferring GDK_MOD4_MASK over GDK_SUPER_MASK? The minimum version of GTK+ supported by Scintilla is now 2.18, so GDK_SUPER_MASK is available.

     
    • felix

      felix - 2016-03-27

      Yes, there is. GDK_MOD4_MASK works, while GDK_SUPER_MASK doesn't.

       
  • Neil Hodgson

    Neil Hodgson - 2016-03-29
    • labels: --> gtk
    • assigned_to: Neil Hodgson
    • Group: Completed --> Committed
     
  • Neil Hodgson

    Neil Hodgson - 2016-03-29

    Committed as [ae47e4], [6d854d].

     

    Related

    Commit: [6d854d]
    Commit: [ae47e4]

  • Neil Hodgson

    Neil Hodgson - 2016-04-26
    • status: open --> closed
     

Log in to post a comment.