From 428dc1d77bd843c0e7313cb28dc69f26154fdea6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 5 Sep 2015 15:53:36 +0200 Subject: Add `kill` action to normal mode Default keyboard shortcut for reset action was changed to `r` while the new kill action was bound to `d`. --- src/SettingsHandler.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/SettingsHandler.qml') diff --git a/src/SettingsHandler.qml b/src/SettingsHandler.qml index d8bc180..1b54251 100644 --- a/src/SettingsHandler.qml +++ b/src/SettingsHandler.qml @@ -33,7 +33,8 @@ QtObject { property string nextItem : "j" property string prevItem : "k" property string firstItem : "g" - property string resetItem : "d" + property string resetItem : "r" + property string killItem : "d" property string lastItem : "Shift+G" property string heightenItem : "Shift+J" property string shortenItem : "Shift+K" -- cgit v1.2.3