Keyboard LaunchPad 1.6 released

Status
Not open for further replies.

Third Eye

gooby pls
Stardock has released Keyboard LaunchPad 1.6. Keyboard Launchpad is a program that allows users to easily assign hot keys to any number of common computer functions.

For example, users can use Keyboard LaunchPad to assign hot keys to things such as:
Programs
Websites
Media Player controlling
Clipboard snippets
System Commands
and more

A free SDK exists that allows users and companies to assign system wide hot keys to virtually any function in any given program.

Keyboard LaunchPad is a free download. The full version allows for an unlimited # of hot-keys and is $9.95 or can be purchased as part of Stardock's Object Desktop suite of desktop enhancement utilities.

Version 1.6 adds categorization of hot keys, Windows Vista support, and the ability to assign hot keys to control iTunes(R) music player.

Its home page is *www.stardock.com/products/klp.
 

..:: Free Radical ::..

The Transcendental
@tech genius
Unlike cursorxp, wb, desktopx, Keyboard Launchpad is not a one of a kind app.
You may find several freeware and commercial keyboard remappers and hotkey software.
My personal favorite is AutoHotKey. I only hope more people paid attention to create macros and stuff with AHK.
Geek Advisory .: Only for PowerUsers :D

Code:
May 9, 2007Version 1.0.46.15 is released: [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/changelog/"]changelog[/URL] | [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/download/"]download[/URL] Nov 29, 2006Version 1.0.46 adds the [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Functions.htm#SubStr"]SubStr() function[/URL] and more [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Variables.htm#Operators"]expression operators[/URL] such as [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Variables.htm#ternary"]ternary[/URL]. Nov 4, 2006Version 1.0.45 adds support for [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/misc/RegEx-QuickRef.htm"]regular expressions[/URL] via [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/RegExMatch.htm"]RegExMatch()[/URL], [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/RegExReplace.htm"]RegExReplace()[/URL], and [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/SetTitleMatchMode.htm#RegEx"]SetTitleMatchMode[/URL]. May 14, 2006 Version 1.0.44 adds two new GUI controls: [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/TreeView.htm"]TreeView[/URL] and [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/GuiControls.htm#StatusBar"]StatusBar[/URL].  Mar 25, 2006 Version 1.0.43 adds two new methods of sending keystrokes and mouse clicks: [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/Send.htm#SendInputDetail"]SendInput[/URL] and [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/Send.htm#SendPlayDetail"]SendPlay[/URL]. These methods are generally faster and more reliable, which is especially beneficial to [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Hotstrings.htm"]hotstrings[/URL].  Feb 10, 2006Version 1.0.42 improves context-sensitive [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Hotkeys.htm#Context"]hotkeys[/URL] and [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Hotstrings.htm#variant"]hotstrings[/URL], which are in effect only for the windows you specify.  [B]Introduction[/B]

 AutoHotkey is a free, open-source utility for Windows. With it, you can:
 [LIST]
[*]Automate almost anything by sending keystrokes and mouse clicks. You can write a [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/misc/Macros.htm"]mouse or keyboard macro[/URL] by hand or use the macro recorder.
[*]Create [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Hotkeys.htm"]hotkeys[/URL] for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
[*][URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Hotstrings.htm"]Expand abbreviations[/URL] as you type them. For example, typing "btw" can automatically produce "by the way".
[*]Create custom data-entry forms, user interfaces, and menu bars. See [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/Gui.htm"]GUI[/URL] for details.
[*][URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/misc/Remap.htm"]Remap[/URL] keys and buttons on your keyboard, joystick, and mouse.
[*]Respond to signals from hand-held remote controls via the [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/scripts/WinLIRC.htm"]WinLIRC client script[/URL].
[*]Run existing AutoIt v2 scripts and enhance them with [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/AutoIt2Users.htm"]new capabilities[/URL].
[*]Convert any script into an [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Scripts.htm#ahk2exe"]EXE file[/URL] that can be run on computers that don't have AutoHotkey installed.[/LIST] Getting started might be easier than you think. Check out the [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Tutorial.htm"]quick-start tutorial[/URL].
 [B]More About Hotkeys[/B]

 AutoHotkey unleashes the full potential of your keyboard, joystick, and mouse. For example, in addition to the typical Control, Alt, and Shift modifiers, you can use the Windows key and the Capslock key as modifiers. In fact, you can make any key or mouse button act as a modifier. For these and other capabilities, see [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/HotkeyFeatures.htm"]Advanced Hotkeys[/URL].
 [B]What Others Say[/B]

 [B]Wolfgang Reszel of c't Magazine[/B]: AutoHotkey sends several tools into retirement. It unites hotkey and text macros and offers a scripting-language, which is more powerful than every batch-file and easier to learn than the Windows-Scripting-Host. Beginners are able to start fast because of the scripting-language, similar to BASIC, contains a macro-recorder and syntax-checker. [[I]read the full article: [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/press/Bedienhilfe/"]Simple automation of Windows and programs[/URL][/I]]
 [B]Dmitri Popov at NewsForge[/B]: Autohotkey features a combination that makes it a tool of choice for automating Windows: It's both powerful and easy to use. Whether you're a seasoned Windows administrator or an ordinary user, Autohotkey can make your computing life easier. [[I]read the full article: [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*software.newsforge.com/article.pl?sid=05/12/22/2220255&tid=79&tid=130"]Automating Windows with Autohotkey[/URL][/I]]
 [B]ChronoTron[/B]: [AutoHotkey] lets you define any and I mean any shortcut for Windows and do much more with your keyboard - Autohotkey, the BEST keyboard configuring program... [[I]read the full article: [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*chronotron.wordpress.com/2006/03/26/life-without-mouse-tips-tricks/"]Life Without Mouse[/URL][/I]]
 [B]Adam Pash of Lifehacker[/B]: With AutoHotKey, I’m confident that I’ve trimmed the time I spend replying to emails down to a third of what it would be without. [[I]read the full article: [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.lifehacker.com/software/keyboard-shortcuts/hack-attack-knock-down-repetitive-email-with-autohotkey-159785.php"]Knock down repetitive email with AutoHotKey[/URL][/I]]
 [B]Other Features[/B]

 [LIST]
[*]Change the volume, mute, and other [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/SoundSet.htm"]settings[/URL] of any soundcard.
[*]Make any window [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/WinSet.htm#trans"]transparent[/URL], [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/WinSet.htm#AlwaysOnTop"]always-on-top[/URL], or alter its [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/WinSet.htm#region"]shape[/URL].
[*] Use a [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/scripts/JoystickMouse.htm"]joystick[/URL] or [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/scripts/NumpadMouse.htm"]keyboard[/URL] as a mouse.
[*][URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/SetTimer.htm"]Monitor[/URL] your system. For example, close unwanted windows the moment they appear.
[*]Retrieve and change the [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/misc/Clipboard.htm"]clipboard's contents[/URL], including file names copied from an Explorer window.
[*][URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/misc/Override.htm"]Disable or override[/URL] Windows' own shortcut keys such as Win+E and Win+R.
[*]Alleviate RSI with substitutes for [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Hotkeys.htm#alttab"]Alt-Tab[/URL] (using keys, mouse wheel, or buttons).
[*]Customize the [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/Menu.htm"]tray icon menu[/URL] with your own icon, tooltip, menu items, and submenus.
[*]Display [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/MsgBox.htm"]dialog boxes[/URL], [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/ToolTip.htm"]tooltips[/URL], [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/TrayTip.htm"]balloon tips[/URL], and [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/Menu.htm"]popup menus[/URL] to interact with the user.
[*]Perform scripted actions in [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/OnExit.htm#logoff"]response[/URL] to system shutdown or logoff.
[*]Detect how long the user has been [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/Variables.htm#TimeIdle"]idle[/URL]. For example, run CPU intensive tasks only when the user is away.
[*]Automate game actions by detecting [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/ImageSearch.htm"]images[/URL] and [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/PixelGetColor.htm"]pixel colors[/URL] (this is intended for legitimate uses such as the alleviation of RSI).
[*][URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/LoopReadFile.htm"]Read[/URL], [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/FileAppend.htm"]write[/URL], and [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/LoopParse.htm"]parse[/URL] text files more easily than in other languages.
[*]Perform operation(s) upon a set of files that match a [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/LoopFile.htm"]wildcard pattern[/URL].
[*]Work with the [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/RegRead.htm"]registry[/URL] and [URL="*anonymouse.org/cgi-bin/anon-www.cgi/*www.autohotkey.com/docs/commands/IniRead.htm"]INI files[/URL].[/LIST]
 
Status
Not open for further replies.
Top Bottom