mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 03:24:29 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user