mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SHIMGVW] Fix CTRL-K to IDC_ROT_CLOCKW (#3457)
As signaled in CORE-11044, the IDC_ROT_COUNCW was assigned to both CW and CCW rotation.
This commit is contained in:
parent
0d4e921c93
commit
6aafdc520c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ BEGIN
|
|||
VK_F11, IDC_SLIDE_SHOW, VIRTKEY
|
||||
VK_ADD, IDC_ZOOM_IN, VIRTKEY
|
||||
VK_SUBTRACT, IDC_ZOOM_OUT, VIRTKEY
|
||||
"K", IDC_ROT_COUNCW, VIRTKEY, CONTROL
|
||||
"K", IDC_ROT_CLOCKW, VIRTKEY, CONTROL
|
||||
"L", IDC_ROT_COUNCW, VIRTKEY, CONTROL
|
||||
VK_DELETE, IDC_DELETE, VIRTKEY
|
||||
"P", IDC_PRINT, VIRTKEY, CONTROL
|
||||
|
|
Loading…
Reference in a new issue