mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[NOTEPAD] Fix resource file
VIRTKEY can't be preceded with ^ and is useless anyway
This commit is contained in:
parent
aa51bcfbcb
commit
d0bb775774
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue