keyboard shortcut involving Command key

HiHi~ I am using Mac with klayout.
In klayout --> pref --> application --> customize menu, I try to set shortcut as Command+D or Cmd+D. But it doesn't seem to work.
Could you please help~ thanks in advance!

Comments

  • Please refer to this documentation: https://doc.qt.io/qt-6/qkeysequence.html

    It says this:

    Note: On macOS, references to "Ctrl", Qt::CTRL, Qt::Key_Control and Qt::ControlModifier correspond to the Command keys on the Macintosh keyboard, and references to "Meta", Qt::META, Qt::Key_Meta and Qt::MetaModifier correspond to the Control keys. Developers on macOS can use the same shortcut descriptions across all platforms, and their applications will automatically work as expected on macOS.

    Matthias

  • thank you Matthias for your great software and kind&fast answer~

Sign In or Register to comment.