Forgot a comma there

This commit is contained in:
Camille Scholtz
2016-05-20 00:06:09 +02:00
parent 81e1a6e157
commit 2d99d0d57a

View File

@@ -107,7 +107,7 @@ Here are the defaults:
"CtrlC": "Copy",
"CtrlX": "Cut",
"CtrlK": "CutLine",
"CtrlD": "DuplicateLine"
"CtrlD": "DuplicateLine",
"CtrlV": "Paste",
"CtrlA": "SelectAll",
"Home": "Start",