--- a/Preferences/ShortcutsDialog.py Wed Feb 13 18:51:15 2019 +0100 +++ b/Preferences/ShortcutsDialog.py Wed Feb 13 18:59:31 2019 +0100 @@ -312,8 +312,8 @@ # 3. check key name if itm.text(0) != keyname: - for col in [1, 2]: # check against primary, - # then alternative binding + for col in [1, 2]: + # check against primary, then alternative binding itmseq = itm.text(col) # step 1: check if shortcut is already allocated if keystr == itmseq: