summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/darwin/qapplekeymapper.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Enable Latin key combinations when Command (⌘) modifier is pressedTor Arne Vestbø2023-10-171-5/+40
* macOS: Filter out and prioritise key combinations that produce the same keyTor Arne Vestbø2023-10-171-3/+32
* Guard QAppleKeyMapper::fromNSString() with iOS defineTor Arne Vestbø2023-10-111-30/+30
* Add verbose debug logging for QKeyMapper::possibleKeys()Tor Arne Vestbø2023-10-111-12/+0
* Implement QAppleKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-101-7/+7
* Long live QPlatformKeyMapper!Tor Arne Vestbø2023-10-061-1/+0
* macOS: map Qt::Key_Return to NSCarriageReturnCharacter in menusVolker Hilsheimer2023-02-111-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QAppleKeyMapper: Print key via QKeySequence instead of as QCharTor Arne Vestbø2022-04-291-1/+1
* Avoid file-static initialization of symbols that need @availability checkTor Arne Vestbø2022-02-091-26/+27
* macOS: Improve QAppleKeyMapper loggingTor Arne Vestbø2021-09-131-1/+14
* macOS: Clarify QAppleKeyMapperTor Arne Vestbø2021-08-201-7/+29
* macOS: Map dead keys directly to their terminator when building key mapTor Arne Vestbø2021-08-161-3/+5
* macOS: Don't treat null-key as potential shortcut keyTor Arne Vestbø2021-08-161-0/+2
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-231-1/+5
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-02-051-2/+5
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-02-051-12/+16
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-201-0/+653