You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HyperSearch.ahk
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -376,17 +376,17 @@ ButtonSubmit(*)
376
376
} else if (lastSub.UsrIn ~= "i)^export>cat.{0,5}>h.{0,4}s.{0,5}") {
377
377
ShareCat()
378
378
DestroyGui()
379
-
openSource()
379
+
RunA_WorkingDir
380
380
return
381
381
} else if (lastSub.UsrIn ~= "i)^export>cat.{0,5}") {
382
382
ExportCat()
383
383
DestroyGui()
384
-
OpenSource()
384
+
RunA_WorkingDir
385
385
return
386
386
} else if (lastSub.UsrIn ~= "i)^export>repo.{0,6}") {
387
387
ExportRepo()
388
388
DestroyGui()
389
-
OpenSource()
389
+
RunA_WorkingDir
390
390
return
391
391
} else if (lastSub.UsrIn ~= ".*\+.*"){
392
392
AppendLinks()
@@ -1204,13 +1204,9 @@ NewRepo(*)
1204
1204
return
1205
1205
}
1206
1206
1207
-
FileAppend"
1208
-
(
1209
-
" Quick Access","[<Quick Start Guide>](*)"
1210
-
"Quick Start Guide","[NAVIGATION REFERENCE](https://github.com/JSSatchell/HyperSearch#navigation)[Press Space to search the category index on the left]()[Tab between control windows]()[Press Enter after typing Space to set focus to links]()[Use Enter or double click links to activate URL]()[ ]()[TEXT ENTRY REFERENCE](https://github.com/JSSatchell/HyperSearch#adding--removing-categories--links)[Edit Favorites - 'Favorite#>Label>URL'](https://github.com/JSSatchell/HyperSearch#update-favorites)[Add Index Category - 'Category Name+']()[Add link - '+Link Name+Link URL']()[Add at Position - '+Position#+Link Name+LinkURL']()[Remove Selected Link - 'Delete-']()[Remove at Position - 'Delete-Position#']()[Delete Category - 'Delete-Category']()[ ]()[SETTINGS](https://github.com/JSSatchell/HyperSearch#update-the-settings)[Min/Max Mode - 'Set>Min/Max']()[Dark/Light Mode - 'Set>Dark/Light']()[Transparency - 'Set>Opacity>Percentage']()[]()[CLICK HERE for full feature list & updates](https://github.com/JSSatchell/HyperSearch)"
0 commit comments