diff options
author | stuconnolly <stuart02@gmail.com> | 2010-09-15 11:07:16 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-09-15 11:07:16 +0000 |
commit | 99b6e552125002d1d49440908f2228c3eafc53a9 (patch) | |
tree | 8c561fad8b7589788fa01ccf93e16bbd2b0cb6da /Interfaces | |
parent | ab62501d38b50c04d9cd2e4bb00782254e675aa8 (diff) | |
download | sequelpro-99b6e552125002d1d49440908f2228c3eafc53a9.tar.gz sequelpro-99b6e552125002d1d49440908f2228c3eafc53a9.tar.bz2 sequelpro-99b6e552125002d1d49440908f2228c3eafc53a9.zip |
Add keyboard shortcut shift+cmd+R to enable/disable the server processes auto-refresh. Completes issue #817.
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DatabaseProcessList.xib | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Interfaces/English.lproj/DatabaseProcessList.xib b/Interfaces/English.lproj/DatabaseProcessList.xib index 30ebb0ed..13688b15 100644 --- a/Interfaces/English.lproj/DatabaseProcessList.xib +++ b/Interfaces/English.lproj/DatabaseProcessList.xib @@ -12,7 +12,7 @@ </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="7"/> + <integer value="4"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -766,7 +766,7 @@ <reference key="NSSupport" ref="26"/> <reference key="NSControlView" ref="490566722"/> <int key="NSButtonFlags">1211912703</int> - <int key="NSButtonFlags2">2</int> + <int key="NSButtonFlags2">268435458</int> <object class="NSCustomResource" key="NSNormalImage"> <string key="NSClassName">NSImage</string> <string key="NSResourceName">NSSwitch</string> @@ -775,7 +775,7 @@ <string key="NSImageName">NSSwitch</string> </object> <string key="NSAlternateContents"/> - <string key="NSKeyEquivalent"/> + <string key="NSKeyEquivalent">R</string> <int key="NSPeriodicDelay">200</int> <int key="NSPeriodicInterval">25</int> </object> @@ -1887,6 +1887,7 @@ <object class="NSArray" key="dict.sortedKeys"> <bool key="EncodedWithXMLCoder">YES</bool> <string>-3.IBPluginDependency</string> + <string>105.IBAttributePlaceholdersKey</string> <string>105.IBPluginDependency</string> <string>106.IBPluginDependency</string> <string>112.IBPluginDependency</string> @@ -1999,6 +2000,14 @@ <object class="NSMutableArray" key="dict.values"> <bool key="EncodedWithXMLCoder">YES</bool> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> + <object class="NSMutableDictionary"> + <string key="NS.key.0">ToolTip</string> + <object class="IBToolTipAttribute" key="NS.object.0"> + <string key="name">ToolTip</string> + <reference key="object" ref="490566722"/> + <string key="toolTip">Enable/disable auto-refresh (⇧⌘R)</string> + </object> + </object> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |