feature(menu) show hot keys in menu

This commit is contained in:
coderaiser 2014-10-17 07:40:38 -04:00
parent 809ad6f05d
commit d622f6602c
3 changed files with 19 additions and 3 deletions

9
json/menu.json Normal file
View file

@ -0,0 +1,9 @@
{
"View" : "F3",
"Edit" : "F4",
"Rename" : "F2",
"Delete" : "F8",
"Cut" : "Ctrl+X",
"Copy" : "Ctrl+C",
"Paste" : "Ctrl+V"
}