Listing of all Windows scrips

Propose new features and changes
camtz1
Posts: 3
Joined: 26 Mar 2017, 12:25

Listing of all Windows scrips

26 Mar 2017, 13:31

Hi, I'm new here and also new to AHK. Wondering if somewhere on this forum there is a listing of scrips that others have created for Windows 10? In particular, I'm looking for a scrip that would go up one folder when in Explorer. In other words, suppose you open My Documents, then a folder within My Documents and now you want to go back to My Documents. There is an up arrow in Explorer to do this but I would like to do it with a scrip. It would also be interesting to see the various scrips that others have created using AHK with Windows. Many thanks in advance.
guest3456
Posts: 3462
Joined: 09 Oct 2013, 10:31

Re: Listing of all Windows scrips

26 Mar 2017, 15:24

there's probably too many scripts to list

and did you know that if you hover over that up arrow, it tells you the built in Windows shortcut which is Alt + UP ? does that not work for you? are you you'd like to use a different hotkey for that action?

camtz1
Posts: 3
Joined: 26 Mar 2017, 12:25

Re: Listing of all Windows scrips

30 Mar 2017, 13:15

I did not know that. Thanks a lot for that. Are you saying there is not a listing of all the scrips on this site?
camtz1
Posts: 3
Joined: 26 Mar 2017, 12:25

Re: Listing of all Windows scrips

30 Mar 2017, 13:57

Additional comment. How would you write a scrip that substitute the Alt Up arrow keys for Control L keys? Thanks
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Listing of all Windows scrips

30 Mar 2017, 15:17

Code: Select all

^l::
{
	Send, !{Up}
return
}

Return to “Wish List”

Who is online

Users browsing this forum: No registered users and 16 guests