Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-47557

handling cmd-. in plugins

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.6.0 RC
    • 5.5.1
    • QPA
    • None
    • macOS

      apple provides "cmd-." as "cancel operation", which has some specific semantics. especially it calls NSResponder-cancelOperation on the QNSView. the 'standard' way to handle cmd-period in qt applications is to use a native event filter (compare https://github.com/supercollider/supercollider/blob/master/QtCollider/hacks/hacks_mac.mm), but native event filters cannot be used from within a plugin context.

      qt should provide a way for users to handle cmd-. in qt-only code.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vestbo Tor Arne Vestbø
            timblechmann tim blechmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes