[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:
Carlo Bramini 2021-02-13 19:32:19 +01:00 committed by GitHub
parent 0d4e921c93
commit 6aafdc520c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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