dabo Commit
Revision 6127
Date: 2010-10-22 06:02:32 -0700 (Fri, 22 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6127

Changed:
U   trunk/ide/Editor.py

Log:
Changed the hotkeys for 'Run Script' and 'Hide/Show Output' to 'Ctrl+Shift+R' 
and 'Ctrl+Shift+O', respectively, to be more consistent with other tools. 
Thanks to Fraser Burns for catching this.


Diff:
Modified: trunk/ide/Editor.py
===================================================================
--- trunk/ide/Editor.py 2010-10-21 22:55:01 UTC (rev 6126)
+++ trunk/ide/Editor.py 2010-10-22 13:02:32 UTC (rev 6127)
@@ -649,10 +649,11 @@
                                OnHit=self.onWhiteSpace, bmp="", 
ItemID="edit_whiteSpace", help=_("Toggle WhiteSpace Visibility"),
                                menutype="check")
 
-               runMenu.append(_("&Run Script"), HotKey="F7", 
OnHit=self.onRunScript,
+               runMenu.append(_("&Run Script"), HotKey="Ctrl+Shift+R", 
OnHit=self.onRunScript,
                                bmp="", ItemID="run_script", help=_("Run 
Script"))
-               self._showOutItem = runMenu.append(_("Hide/Show Output"), 
HotKey="F8", OnHit=self.onOutput, bmp="",
-                               ItemID="run_output", help=_("Toggle the 
visibility of the Output pane"), menutype="check")
+               self._showOutItem = runMenu.append(_("Hide/Show Output"), 
HotKey="Ctrl+Shift+O",
+                               OnHit=self.onOutput, bmp="", 
ItemID="run_output",
+                               help=_("Toggle the visibility of the Output 
pane"), menutype="check")
                runMenu.append(_("Clear Output"), OnHit=self.onClearOutput, 
bmp="",
                                ItemID="run_clear", help=_("Clear the contents 
of the Output pane"))
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to