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")))


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to