ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Windows 7 hotkeys reminder popup - AutoHotkey script

(1/2) > >>

IainB:
This can be a handy and time-saving script.
For ergonomic efficiency and out of preference - but also necessitated by my having had RSI in my wrists - I tend to use the keyboard a lot more than I do the mouse.
However, I cannot always remember the hotkey combos that I need to invoke some of the lesser-used Windows functionality.

Some time ago, a friend asked me to provide them with a popup reminder of certain Windows keys, so I used a simple bit of AHK script to do it. I later adapted the thing to my own needs, and this is the script that I arrived at. It gives a fairly comprehensive popup display of all the Windows 7 Hotkey combos that I might want to be reminded of.
The popup is invoked by pressing the Win+H hotkey combo. (Please note that some of the hotkey combos shown may be peculiar to my installation.)
The popup window can be closed by either clicking on the OK button or by pressing the ESC key.
Spoiler;-------------------------------------------------------------------
#h:: ; Display panel of Windows system hotkeys - some from: http://www.worldstart.com/tips/tips.php/hotkey-refresher-course
TextOut=
(
WINDOWS Hotkeys:
================
Win      - Press windows key to open start menu
Win+B - Open Windows bar in Systray for alpha-tab selection
Win+D - Toggle Desktop view
Win+E - Press keys to open My Computer
Win+F - Find (search options)
Win+F+Ctrl - Active Directory search for computers
Win+G - Gadgets to foreground (temp)
Win+H - Bring up this Win Hotkeys Help window
Win+J - Open OneNote Journal
Win+L - Lock keyboard
Win+M - Minimise all open windows
Win+Shift+M - Maximize all opened windows
Win+N - Open fresh OneNote notepad
Win+Shift+N - Open OneNote notebooks
Win+O - OneNote Hotkeys list   
Win+P - HP ENVY display selector
Win+R - Start/Run box
Win+S - OneNote Screen Clipper
Win+T - Tabs down Windows bar of running apps.
Win+U - Apply keys to open Utility Manager
Win+X - HP Windows Mobility Centre
-----------------------------------------------------
Win+F1                  - Windows Help
Win+Pause           - System Properties dialog box
Win+Tab (repeat) - Rotate through all taskbar program windows
-----------------------------------------------------
Alt+Tab (repeat) - View/select window of taskbar program objects
Alt+F4                 - Close active Windows program
Alt+Enter            - Open file properties in WinExplorer
Alt+SPACEBAR - Open the system menu of active window
Alt+SPACEBAR...+R - Restore the active window
Alt+SPACEBAR...+M - Press keys to move the active program
Alt+SPACEBAR...+S - Size the active window
Alt+SPACEBAR...+N - Minimize the active window
Alt+SPACEBAR...+X - Maximize the active window
Alt+SPACEBAR...+C - Close the active window
-----------------------------------------------------
Ctrl+Alt+Delete - Open Windows Task Manager
Ctrl+Shift+Esc  - Open Windows Task Manager
Ctrl+Esc            - Toggle Start Menu
Shift+Delete     - Delete file/folder permanently
)
MsgBox, %TextOut%
return
;-------------------------------------------------------------------

Here's the popup:
Spoiler

cranioscopical:
Thanks for sharing your idea  :up:

tomos:
Thanks Iain -
I'll use that for a bit, it'll help me learn some of those nice shortcuts
I never knew Win+B, that's a really nice one :-*
-
The Alt one's for moving/resizing windows are nice too, but seem a bit quirky. I'm not sure how to stop them working - Esc undos any changes in window position/size. The only way I can see is a mouse click which kind of defeats the purpose of using fancy shortcuts...

bob99:
Ian,
Thank you for this. I have been meaning to try and learn some about AHK but haven't so far. Your script is helpful for Win7.  if I wanted to do similar for a different program could I just replace your hotkeys text with something else using an editor and run it in AHK?

There was a similar request a while back by another member for something like this.

tomos:
There was a similar request a while back by another member for something like this.
-bob99 (February 29, 2012, 06:56 AM)
--- End quote ---
:tellme: I think that might have been me.

Request / idea was to show a list of shortcuts overlaid on the desktop (to one side) related to the current focused app.
New app => new list.

IDEA ~ Show List of Shortcuts overlaid on Desktop

Navigation

[0] Message Index

[#] Next page

Go to full version