summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2024-01-09 20:53:16 -0500
committerJoseph Donofry <joedonofry@gmail.com>2024-01-09 20:53:22 -0500
commit373fb49903f8eb49d24a70c67693295235e9219d (patch)
tree823f1af8af6c946dcd705258f6d343c175f67eea /resources/qml/TimelineView.qml
parentUse macos define everywhere (diff)
downloadnheko-373fb49903f8eb49d24a70c67693295235e9219d.tar.xz
Fix some keyboard shortcuts on macOS that involved arrow keys
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index 0a255491..6786b26b 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -39,7 +39,7 @@ Item { emoji: true } Shortcut { - sequence: StandardKey.Close + sequences: [StandardKey.Close] onActivated: Rooms.resetCurrentRoom() }