ViewManager/ViewManager.py

changeset 1464
e4ec683781e4
parent 1456
3f3741021d26
child 1474
1eaec11a0078
diff -r f7a5eeb5a442 -r e4ec683781e4 ViewManager/ViewManager.py
--- a/ViewManager/ViewManager.py	Mon Nov 21 19:38:42 2011 +0100
+++ b/ViewManager/ViewManager.py	Mon Nov 21 20:06:36 2011 +0100
@@ -1219,10 +1219,7 @@
                       QApplication.translate('ViewManager', 'Move right one word'),
                       0, 0,
                       self.editorActGrp, 'vm_edit_move_right_word')
-        if isMacPlatform():
-            act.setShortcut(QKeySequence(
-                QApplication.translate('ViewManager', 'Alt+Right')))
-        else:
+        if not isMacPlatform():
             act.setShortcut(QKeySequence(
                 QApplication.translate('ViewManager', 'Ctrl+Right')))
         self.esm.setMapping(act, QsciScintilla.SCI_WORDRIGHT)

eric ide

mercurial