From 9cf4ce5c7e5355a6e6142cb9482bcf7119cbaf97 Mon Sep 17 00:00:00 2001 From: Kamen Naydenov Date: Wed, 16 Aug 2017 01:36:59 +0300 Subject: [PATCH] KDE shortucuts improved (#4068) * fix "View menu" shortcut Change Ctrl to Alt Move it before "Copy" * add "Paste" shortcut * add "Cut" shortcut --- share/goodie/cheat_sheets/json/kde.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/goodie/cheat_sheets/json/kde.json b/share/goodie/cheat_sheets/json/kde.json index 070d48738..d60f37e32 100644 --- a/share/goodie/cheat_sheets/json/kde.json +++ b/share/goodie/cheat_sheets/json/kde.json @@ -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",