HTile: trigger leftClicked() on enter/return/space
This makes it possible to activate any tab-focused HTile with the keyboard.
This commit is contained in:
@@ -8,6 +8,10 @@ HButton {
|
||||
topPadding: padded ? spacing / (compact ? 4 : 2) : 0
|
||||
bottomPadding: topPadding
|
||||
|
||||
Keys.onEnterPressed: leftClicked()
|
||||
Keys.onReturnPressed: leftClicked()
|
||||
Keys.onSpacePressed: leftClicked()
|
||||
|
||||
|
||||
signal leftClicked()
|
||||
signal rightClicked()
|
||||
|
Reference in New Issue
Block a user