mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
keyboard navigation on clipboard history
This commit is contained in:
@@ -478,7 +478,7 @@ QtObject {
|
||||
}
|
||||
}
|
||||
|
||||
if (event.key === Qt.Key_Question || event.key === Qt.Key_H) {
|
||||
if (event.key === Qt.Key_F10) {
|
||||
showKeyboardHints = !showKeyboardHints
|
||||
event.accepted = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user