AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Comprehensive list of Windows hotkeys.
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
Synetech
Guest





PostPosted: Wed Mar 04, 2009 9:51 pm    Post subject: Re: Comprehensive list of Windows hotkeys. Reply with quote

Ctrl+Alt+Up/Down/Left/Right are not standard Windows hotkeys, they are part of the ATI Catalyst software.
Back to top
tonne



Joined: 06 Jun 2006
Posts: 1651
Location: Denmark

PostPosted: Fri May 15, 2009 11:17 am    Post subject: Windows 7 RC Reply with quote

New or modified for Windows 7 RC
* Win+Up: Maximize
* Win+Down: Restore / Minimize
* Win+Left: Snap to left
* Win+Right: Snap to right
* Win+Shift+Left: Jump to left monitor
* Win+Shift+Right: Jump to right monitor
* Win+Home: Minimize / Restore all other windows
* Win+T : Focus the first taskbar entry
* Win+Space: Peek at the desktop
* Win+G: Bring gadgets to the top of the Z-order
* Win+P: External display options (mirror, extend desktop, etc)
* Win+X: Mobility Center (same as Vista, but still handy!)
_________________
RegEx Powered Dynamic Hotstrings
COM
AutoHotkey 2
Back to top
View user's profile Send private message
loony69
Guest





PostPosted: Thu May 21, 2009 1:33 pm    Post subject: Reply with quote

i have turned on one i cant turn off now?

its the "/' key right next to enter. if i press it, nothing happens, next key i press makes it appear!....but if i press a letter like "a"...it turns it into this á or ó é 'r 't etc...... frustrating when i dont even use this lettering.

help?

cheers.
Back to top
loony69
Guest





PostPosted: Thu May 21, 2009 1:44 pm    Post subject: Reply with quote

ok...got it. for some reason my keyboard setting was on "united states international". put it on US, back to normal.
Back to top
enTRAP
Guest





PostPosted: Mon Jul 06, 2009 1:04 am    Post subject: Reply with quote

In Windows 7:

Code:
In Windows Explorer
CTRL+SHIFT+N
New Folder Created


Holy Crap, so functional!
Back to top
Guest2
Guest





PostPosted: Wed Jul 29, 2009 8:01 pm    Post subject: Reply with quote

This list is fantastic! I thought I knew all the Windows hotkeys, but I stand corrected. WIN-L is a new one to me, and very helpful at work when called by the boss. Wink

Two more hotkey combos that don't seem to appear within the first 8 pages is ALT-DownArrow and ALT-UpArrow. When the current selection is a drop-down list box, ALT-DownArrow opens the list, which is then navigable with the Up/Down keys. ALT-UpArrow closes the list, and in most instances the drop-down field remains active and the Up/Down keys will continue moving through the list selections.

And although it's not exactly a hotkey, another useful keystroke is ANY letter or number key when a drop-down box is selected. It will go to the first selection that begins with that letter/number. Repeating the keystroke will scroll through the selections in the list beginning with the same letter/number. When the final selection is reached, it will search from the beginning. I found it much easier, since moving to Texas, to tab to the "state" field and hit T twice instead of clicking open the drop-down, scrolling to *near* the bottom, finding TX, and then clicking it.
Back to top
Tklop



Joined: 26 Aug 2009
Posts: 2

PostPosted: Wed Aug 26, 2009 3:50 pm    Post subject: Reply with quote

Wow. Thanks, everyone!

I knew a lot of these, but didn't realize how many there really were.

I am one of those who prefers to be free from the mouse. Just the sight of the mouse pad below the keyboard on my Dell laptop makes the tendons in my hands begin to ache.

You are heroes--all of you!

___Timothy
Back to top
View user's profile Send private message
Ja'vae
Guest





PostPosted: Tue Oct 13, 2009 12:38 pm    Post subject: Re: Comprehensive list of Windows hotkeys. Reply with quote

Chris wrote:
jonny wrote:
If this becomes big enough and you deem it useful, consider making it a sticky)
Ok, I'll keep an eye on it.

Quote:
Win + B: Activate system tray. (Note: Arrow keys select, Enter double-clicks, and AppsKey or Shift + F10 right-clicks.)
Great info.


turn computer black: alt+shift+print screen Twisted Evil Idea
Back to top
Scratch



Joined: 22 Jan 2009
Posts: 72

PostPosted: Wed Oct 21, 2009 8:40 pm    Post subject: comprehensive lists Reply with quote

http://4sysops.com/archives/windows-7-keyboard-shortcuts-the-complete-list/#General keyboard shortcuts
Back to top
View user's profile Send private message
Shaman723
Guest





PostPosted: Fri Jan 15, 2010 9:10 pm    Post subject: Reply with quote

What are the HotKey to turn your monitor off or to make it go black?
Back to top
Guest






PostPosted: Mon May 03, 2010 8:57 pm    Post subject: Another one Reply with quote

Ctrl + Alt + + - Microsoft Office Word Hotkey CHanging
Back to top
Kalidor



Joined: 11 Jul 2010
Posts: 2

PostPosted: Sun Jul 11, 2010 3:32 am    Post subject: Re: Comprehensive list of Windows hotkeys. Reply with quote

Synetech wrote:
Ctrl+Alt+Up/Down/Left/Right are not standard Windows hotkeys, they are part of the ATI Catalyst software.


Sorta Correct. Actually a number of display drivers have them including higher end Intel drivers. They are made for laptops and for monitors you can swivel.

Best description for these keys is :
Ctrl+Alt+<cursor key>
Where <cursor key> is the direction you want 'up' to be.
Back to top
View user's profile Send private message
dinabell
Guest





PostPosted: Tue Oct 19, 2010 7:11 pm    Post subject: hotkey for right clicking a mouse? Reply with quote

Hi - does anyone know the hotkey that replaces right-clicking of a mouse?
Back to top
Frankie



Joined: 02 Nov 2008
Posts: 2850

PostPosted: Tue Oct 19, 2010 7:42 pm    Post subject: Reply with quote

Quote:
Hi - does anyone know the hotkey that replaces right-clicking of a mouse?
You can make one:
Code:
AppsKey::
Send {RButton Down}
KeyWait, %A_ThisHotkey%
Send {RButton Up}
return

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Back to top
View user's profile Send private message
ruespe



Joined: 17 Jun 2008
Posts: 243

PostPosted: Wed Oct 20, 2010 9:34 am    Post subject: Reply with quote

Or you simply press the Appskey-Key. It's on your keyboard the key left to your right Ctrl-key.
_________________
Greetings
Rog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 8 of 10

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group