Browse Source

auto focus on key cmd+f.

oldj 10 years ago
parent
commit
9da71b7197
3 changed files with 2 additions and 1 deletions
  1. 1 1
      app/SH3/MacGap/SwitchHosts!-Info.plist
  2. 0 0
      app/SH3/public/js/main.js
  3. 1 0
      app/src/menu.js

+ 1 - 1
app/SH3/MacGap/SwitchHosts!-Info.plist

@@ -21,7 +21,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>2829</string>
+	<string>2833</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.developer-tools</string>
 	<key>LSMinimumSystemVersion</key>

File diff suppressed because it is too large
+ 0 - 0
app/SH3/public/js/main.js


+ 1 - 0
app/src/menu.js

@@ -155,6 +155,7 @@ function initMenu(app) {
         app.toggleSearch();
         setTimeout(function () {
             ui.resize();
+            $('#search-bar').find('input').focus();
         }, 100);
     };
 

Some files were not shown because too many files changed in this diff