mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-23 04:14:35 +08:00
update
This commit is contained in:
parent
46148b3c5c
commit
bc0c36772f
@ -189,7 +189,8 @@ FluIconButton {
|
|||||||
forceActiveFocus()
|
forceActiveFocus()
|
||||||
}
|
}
|
||||||
Keys.enabled: true
|
Keys.enabled: true
|
||||||
Keys.onPressed: {
|
Keys.onPressed:
|
||||||
|
(event)=>{
|
||||||
var keyNames = []
|
var keyNames = []
|
||||||
if (event.modifiers & Qt.AltModifier) {
|
if (event.modifiers & Qt.AltModifier) {
|
||||||
keyNames.push("Alt")
|
keyNames.push("Alt")
|
||||||
|
@ -189,7 +189,8 @@ FluIconButton {
|
|||||||
forceActiveFocus()
|
forceActiveFocus()
|
||||||
}
|
}
|
||||||
Keys.enabled: true
|
Keys.enabled: true
|
||||||
Keys.onPressed: {
|
Keys.onPressed:
|
||||||
|
(event)=>{
|
||||||
var keyNames = []
|
var keyNames = []
|
||||||
if (event.modifiers & Qt.AltModifier) {
|
if (event.modifiers & Qt.AltModifier) {
|
||||||
keyNames.push("Alt")
|
keyNames.push("Alt")
|
||||||
|
Loading…
Reference in New Issue
Block a user