mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
add Qt::Key_Meta -> VK_LWIN
This commit is contained in:
parent
1ef30b7c0b
commit
e50492323c
|
@ -480,6 +480,8 @@ quint32 HotkeyWrapper::nativeKey( int key )
|
|||
return 0x39;
|
||||
case Qt::Key_Underscore:
|
||||
return VK_OEM_MINUS;
|
||||
case Qt::Key_Meta:
|
||||
return VK_LWIN;
|
||||
default:;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue