Jump to content


Photo

iswitchw-plus.ahk


  • Please log in to reply
7 replies to this topic

#1 jixiuf

jixiuf
  • Members
  • 43 posts

Posted 17 May 2011 - 12:59 PM

Code :https://github.com/j...witchw-plus.ahk
screenshot:Posted Image
; you can use UP,Ctrl+P Alt+p Shift+Tab,Alt+Shift+Tab
; to select previous item
; and use Down ,Ctrl+n Alt+n Tab ,Alt+Tab to select next item .
;
; Ctrl+u will clear all search string in textfield ,
; Ctrl+h ,and backspace will delete a char.
; Ctrl+backspace ,AltBackspace will delete last keyword in textfield.
; enter ,and Ctrl+j for select
; escape ,and Ctrl+g for cancel

; Ctrl+alt+k ,force kill the selected window
; Alt+k ,kill the selected window and quit.
; Ctrl+k , kill the selected window and keep switcher going ,so that
; you can select other window or kill other window.
;
; Ctrl+s , toggle the status of window:minimize,maximize and restore
; you can press Ctrl+s several times


#2 Guests

  • Guests

Posted 18 May 2011 - 06:05 AM

It's a screenshot. A screencast is a video which would be nice.

#3 Guests

  • Guests

Posted 18 May 2011 - 06:46 AM

You can do a real screencast here if you want to: <!-- m -->http://www.screenr.com/<!-- m -->

#4 Guests

  • Guests

Posted 18 May 2011 - 09:51 AM

Have you spiced up the search too? I see you search for "ahk git" and it seemingly finds windows which have these in their titles in any order. Is that right?

Did you make space special, so it can be used to search for permutation of words?

#5 jixiuf

jixiuf
  • Members
  • 43 posts

Posted 18 May 2011 - 12:38 PM

Yes, just like google , the keywords are separated by empty space ,
the title+processName of window . must match all the keywords ,

#6 TheGreatSwami Woo

TheGreatSwami Woo
  • Members
  • 237 posts

Posted 30 May 2011 - 06:55 AM

this doesnt run for me, I tried it with ahk basic and ahkL
I get error at line 764
for i ,ele in iconIdArray{

#7 Guests

  • Guests

Posted 30 May 2011 - 11:39 AM

maybe you should update you autohotkey ,
for key ,value in someString maybe is a new feature .

#8 TheGreatSwami Woo

TheGreatSwami Woo
  • Members
  • 237 posts

Posted 30 May 2011 - 12:42 PM

I have the latest/last version of AHK basic
he doesnt say if the script is for AHK_L but I downloaded the latest version
(1.1.0.0) and now the script works, so thanks for the advice!
I notice he states this 4th line down in the script
"Required AutoHotkey version: 1.0.25+"
I already had a later version of ahk basic than this so I guess he must be reffering to AHK_L

To anyone else you need AHK_L and a new version.