提交 772724b8 编写于 作者: A Alex Dima

Update tests to a Windows version where dead keys are correctly reported

上级 e15fbab4
......@@ -310,14 +310,14 @@ define({
vkey: 'VK_OEM_4',
value: '\'',
withShift: '?',
withAltGr: '',
withAltGr: '´',
withShiftAltGr: ''
},
Equal: {
vkey: 'VK_OEM_6',
value: '',
withShift: '',
withAltGr: '',
value: '^',
withShift: '`',
withAltGr: '~',
withShiftAltGr: ''
},
BracketLeft: {
......@@ -329,7 +329,7 @@ define({
},
BracketRight: {
vkey: 'VK_OEM_3',
value: '',
value: '¨',
withShift: '!',
withAltGr: ']',
withShiftAltGr: ''
......
......@@ -168,20 +168,20 @@
| Ctrl+Shift+Alt+Digit0 | --- | Ctrl+Shift+Alt+0 | Ctrl+Shift+Alt+0 |
| Minus | ' | [ | ' |
| Shift+Minus | ? | Shift+[ | Shift+' |
| Ctrl+Alt+Minus | --- | Ctrl+Alt+[ | Ctrl+Alt+' |
| Ctrl+Alt+Minus | ´ | Ctrl+Alt+[ | Ctrl+Alt+' |
| Ctrl+Shift+Alt+Minus | --- | Ctrl+Shift+Alt+[ | Ctrl+Shift+Alt+' |
| Equal | --- | ] | null |
| Shift+Equal | --- | Shift+] | Shift+null |
| Ctrl+Alt+Equal | --- | Ctrl+Alt+] | Ctrl+Alt+null |
| Ctrl+Shift+Alt+Equal | --- | Ctrl+Shift+Alt+] | Ctrl+Shift+Alt+null |
| Equal | ^ | ] | ^ |
| Shift+Equal | ` | Shift+] | Shift+^ |
| Ctrl+Alt+Equal | ~ | Ctrl+Alt+] | Ctrl+Alt+^ |
| Ctrl+Shift+Alt+Equal | --- | Ctrl+Shift+Alt+] | Ctrl+Shift+Alt+^ |
| BracketLeft | ü | ; | ü |
| Shift+BracketLeft | è | Shift+; | Shift+ü |
| Ctrl+Alt+BracketLeft | [ | Ctrl+Alt+; | Ctrl+Alt+ü |
| Ctrl+Shift+Alt+BracketLeft | --- | Ctrl+Shift+Alt+; | Ctrl+Shift+Alt+ü |
| BracketRight | --- | ` | null |
| Shift+BracketRight | ! | Shift+` | Shift+null |
| Ctrl+Alt+BracketRight | ] | Ctrl+Alt+` | Ctrl+Alt+null |
| Ctrl+Shift+Alt+BracketRight | --- | Ctrl+Shift+Alt+` | Ctrl+Shift+Alt+null |
| BracketRight | ¨ | ` | ¨ |
| Shift+BracketRight | ! | Shift+` | Shift+¨ |
| Ctrl+Alt+BracketRight | ] | Ctrl+Alt+` | Ctrl+Alt+¨ |
| Ctrl+Shift+Alt+BracketRight | --- | Ctrl+Shift+Alt+` | Ctrl+Shift+Alt+¨ |
--------------------------------------------------------------------------------------------------
| HW Code combination | Key | KeyCode combination | UI label |
--------------------------------------------------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册