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",