mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[NOTEPAD] Fix resource file
VIRTKEY can't be preceded with ^ and is useless anyway
This commit is contained in:
committed by
Jérôme Gardou
parent
aa51bcfbcb
commit
d0bb775774
@@ -8,7 +8,7 @@ BEGIN
|
||||
"^C", CMD_COPY
|
||||
"^B", CMD_SEARCH
|
||||
"^T", CMD_GOTO
|
||||
"^R", CMD_REPLACE, VIRTKEY, CONTROL
|
||||
"^R", CMD_REPLACE
|
||||
"^N", CMD_NEW
|
||||
"N", CMD_NEW_WINDOW, VIRTKEY,CONTROL , SHIFT
|
||||
"^A", CMD_OPEN
|
||||
|
||||
Reference in New Issue
Block a user