AppsKeyMenu - Custom functions just a key press away

Post your working scripts, libraries and tools for AHK v1.1 and older
geek
Posts: 1052
Joined: 02 Oct 2013, 22:13
Location: GeekDude
Contact:

AppsKeyMenu - Custom functions just a key press away

31 Mar 2015, 18:17

Image

AppsKeyMenu is a tool for executing functions through a small popup menu. Simply press the AppsKey on your keyboard, then type in the function name followed by some whitespace and whatever parameter you want to pass into it.

It comes with a few very useful functions, such as "top" to set the active window AlwaysOnTop, and "run" to find and run a program. For example, run notepad++ would automatically find and run "C:\Program Files\Notepad++\Notepad++.exe".

You can create a sub-folder called "Programs" and put .lnk files in it to programs you want to give a custom name to. For example, creating a file such as ssh home.lnk that links to "C:\Program Files\PuTTY\putty.exe" [email protected] -P secretport would make it so that when you AKM the phrase run ssh home, it would launch putty with the specified command line flags.

To add your own functions, create a file called Custom.ahk. This fill will be #Included into AppsKeyMenu on script start. The name of the function will be the AKM command, and the first parameter of the function will receive any given parameter.

Link to the GitHub repository

Direct Download
User avatar
empardopo
Posts: 336
Joined: 06 Oct 2013, 12:50
Location: Spain
Contact:

Re: AppsKeyMenu - Custom functions just a key press away

01 Apr 2015, 01:58

Nice. It works fine.
Thanks!
Everything is possible!
User avatar
submeg
Posts: 326
Joined: 14 Apr 2017, 20:39
Contact:

Re: AppsKeyMenu - Custom functions just a key press away

12 Feb 2021, 02:52

nice @GeekDude, I'll have to look into this. Before I do, is this obsolete / replaced by anything else?
____________________________________
Check out my site, submeg.com
Connect with me on LinkedIn
Courses on AutoHotkey :ugeek:
danscap
Posts: 2
Joined: 26 Sep 2019, 20:35
Contact:

Re: AppsKeyMenu - Custom functions just a key press away

15 Feb 2021, 17:05

Code: Select all

#include <NICE>
msgbox, NICE!
this is a joke, just saying
https://imgur.com/a/LBqQl2e

https://imgur.com/gUWaeXZ

I can't contain my excitement! :bravo:

This is interesting. There was someone who created a similar menu in a youtube video (creator was Asger Juul Brunshoj). I use it all the time. I'm going to test how similar these two are. Here is the other by the way.

https://github.com/plul/Public-AutoHotKey-Scripts
Last edited by gregster on 15 Feb 2021, 17:22, edited 1 time in total.
Reason: Links fixed - though pretty offtopic (these are no direct links and can't be used with [img] tags).

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 168 guests