Preferences/ShortcutsDialog.py

changeset 6735
31e263d49c04
parent 6645
ad476851d7e0
diff -r 1eaf6955acf5 -r 31e263d49c04 Preferences/ShortcutsDialog.py
--- 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:

eric ide

mercurial