KDE shortucuts improved (#4068)

* fix "View menu" shortcut

Change Ctrl to Alt
Move it before "Copy"

* add "Paste" shortcut

* add "Cut" shortcut
master
Kamen Naydenov 2017-08-16 01:36:59 +03:00 committed by Rob Emery
parent 2d6b0cd670
commit 9cf4ce5c7e
1 changed files with 7 additions and 1 deletions

View File

@ -31,11 +31,17 @@
}, {
"val": "Edit menu",
"key": "[Alt] [E]"
}, {
"val": "View menu",
"key": "[Alt] [V]"
}, {
"val": "Cut the selected area and store it in the clipboard",
"key": "[Ctrl] [X]"
}, {
"val": "Copy selected text or items to the clipboard",
"key": "[Ctrl] [C]"
}, {
"val": "View menu",
"val": "Paste contents of clipboard at cursor",
"key": "[Ctrl] [V]"
}, {
"val": "Undo the last action",