mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(menu) show hot keys in menu
This commit is contained in:
parent
809ad6f05d
commit
d622f6602c
3 changed files with 19 additions and 3 deletions
9
json/menu.json
Normal file
9
json/menu.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"View" : "F3",
|
||||
"Edit" : "F4",
|
||||
"Rename" : "F2",
|
||||
"Delete" : "F8",
|
||||
"Cut" : "Ctrl+X",
|
||||
"Copy" : "Ctrl+C",
|
||||
"Paste" : "Ctrl+V"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue