mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(edit) Paste: Ctrl+X -> Ctrl+V
This commit is contained in:
parent
e86748f193
commit
99f1c318b6
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
|
|||
'Copy Ctrl+C' : function() {
|
||||
editor.copyToClipboard();
|
||||
},
|
||||
'Paste Ctrl+X' : function() {
|
||||
'Paste Ctrl+V' : function() {
|
||||
editor.pasteFromClipboard();
|
||||
},
|
||||
'Delete Del' : function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue