AutoHotkey Community

It is currently May 26th, 2012, 7:49 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 140 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10  Next
Author Message
PostPosted: March 4th, 2009, 10:51 pm 
Ctrl+Alt+Up/Down/Left/Right are not standard Windows hotkeys, they are part of the ATI Catalyst software.


Report this post
Top
  
Reply with quote  
 Post subject: Windows 7 RC
PostPosted: May 15th, 2009, 12:17 pm 
Online

Joined: June 6th, 2006, 3:19 pm
Posts: 1654
Location: Denmark
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 21st, 2009, 2:33 pm 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 21st, 2009, 2:44 pm 
ok...got it. for some reason my keyboard setting was on "united states international". put it on US, back to normal.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 6th, 2009, 2:04 am 
In Windows 7:

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


Holy Crap, so functional!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 29th, 2009, 9:01 pm 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 26th, 2009, 4:50 pm 
Offline

Joined: August 26th, 2009, 3:25 pm
Posts: 2
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


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 13th, 2009, 1:38 pm 
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: :idea:


Report this post
Top
  
Reply with quote  
 Post subject: comprehensive lists
PostPosted: October 21st, 2009, 9:40 pm 
Offline

Joined: January 22nd, 2009, 3:43 pm
Posts: 84
http://4sysops.com/archives/windows-7-k ... t/#General keyboard shortcuts


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 15th, 2010, 10:10 pm 
What are the HotKey to turn your monitor off or to make it go black?


Report this post
Top
  
Reply with quote  
 Post subject: Another one
PostPosted: May 3rd, 2010, 9:57 pm 
Ctrl + Alt + + - Microsoft Office Word Hotkey CHanging


Report this post
Top
  
Reply with quote  
PostPosted: July 11th, 2010, 4:32 am 
Offline

Joined: July 11th, 2010, 4:29 am
Posts: 2
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.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 19th, 2010, 8:11 pm 
Hi - does anyone know the hotkey that replaces right-clicking of a mouse?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 19th, 2010, 8:42 pm 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 20th, 2010, 10:34 am 
Offline

Joined: June 17th, 2008, 7:51 am
Posts: 243
Or you simply press the Appskey-Key. It's on your keyboard the key left to your right Ctrl-key.

_________________
Greetings
Rog


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 140 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group