mailr28195 - /trunk/gui/menu.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on April 02, 2016 - 18:59:
Author: tlinnet
Date: Sat Apr  2 18:59:24 2016
New Revision: 28195

URL: http://svn.gna.org/viewcvs/relax?rev=28195&view=rev
Log:
Changin the Keyboard shortcut for Changing the working directory to Ctrl+W. 
Since Ctrl+C is often used for copying (from the terminal).

Modified:
    trunk/gui/menu.py

Modified: trunk/gui/menu.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/menu.py?rev=28195&r1=28194&r2=28195&view=diff
==============================================================================
--- trunk/gui/menu.py   (original)
+++ trunk/gui/menu.py   Sat Apr  2 18:59:24 2016
@@ -83,7 +83,7 @@
         menu.AppendItem(build_menu_item(menu, id=MENU_FILE_CLOSE, 
text="&Close analysis", icon=fetch_icon('oxygen.actions.document-close', 
"16x16")))
         menu.AppendItem(build_menu_item(menu, id=MENU_FILE_CLOSE_ALL, 
text="&Close all analyses", icon=fetch_icon('oxygen.actions.dialog-close', 
"16x16")))
         menu.AppendSeparator()
-        menu.AppendItem(build_menu_item(menu, id=MENU_FILE_CWD, 
text="&Change directory\tCtrl+C", 
icon=fetch_icon('oxygen.places.folder-favorites', "16x16")))
+        menu.AppendItem(build_menu_item(menu, id=MENU_FILE_CWD, 
text="&Change directory\tCtrl+W", 
icon=fetch_icon('oxygen.places.folder-favorites', "16x16")))
         menu.AppendItem(build_menu_item(menu, id=MENU_FILE_OPEN, text="&Open 
relax state\tCtrl+O", icon=fetch_icon('oxygen.actions.document-open', 
"16x16")))
         menu.AppendItem(build_menu_item(menu, id=MENU_FILE_SAVE, text="S&ave 
relax state\tCtrl+S", icon=fetch_icon('oxygen.actions.document-save', 
"16x16")))
         menu.AppendItem(build_menu_item(menu, id=MENU_FILE_SAVE_AS, 
text="Save as...\tCtrl+Shift+S", 
icon=fetch_icon('oxygen.actions.document-save-as', "16x16")))




Related Messages


Powered by MHonArc, Updated Sat Apr 02 22:00:03 2016