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 

Search found 36 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Remapped keys with modifiers
zaradek

Replies: 3
Views: 178

PostForum: Ask for Help   Posted: Fri Aug 01, 2008 6:49 am   Subject: Remapped keys with modifiers
Thanks, it works. Now Windows and programs gets the modified wheel sign. But the hotkey
+WheelUp:: TrayTip,, You pressed Shift+WheelUp
stored in the same ahk file doesn't get activated, but ...
  Topic: Remapped keys with modifiers
zaradek

Replies: 3
Views: 178

PostForum: Ask for Help   Posted: Thu Jul 31, 2008 11:57 am   Subject: Remapped keys with modifiers
*PgUp:: Send {WheelUp down}
*PgDn:: Send {WheelDown down}
This makes PgUp/Dn buttons work as WheelUp/Down. Can anyone achieve to make it work with modifyers? So t ...
  Topic: Up word doesn't work
zaradek

Replies: 3
Views: 100

PostForum: Ask for Help   Posted: Mon Jul 28, 2008 7:49 am   Subject: Up word doesn't work
With the Pause key the Up word doesn’t have effect: “Pause::” and “Pause Up::” has the same result, the function occurs at the moment of pressing down the key. Why is that?

e.g.:
Pause Up:: ...
  Topic: Remapped keys with modifiers
zaradek

Replies: 2
Views: 106

PostForum: Ask for Help   Posted: Mon Jul 28, 2008 7:43 am   Subject: Remapped keys with modifiers
Thanks for the alternative way to make the replacement, but it doesn’t help me. The problem is the same.
  Topic: Remapped keys with modifiers
zaradek

Replies: 2
Views: 106

PostForum: Ask for Help   Posted: Sun Jul 27, 2008 9:40 am   Subject: Remapped keys with modifiers
The code "*Pause::WheelUp" replaces scroll-up on my laptop. The problem with this is that pressing Ctrl-Pause doesn't send the Ctrl-WheelUp keystroke to programs (to zoom in pages, documents ...
  Topic: Repeating keystrokes
zaradek

Replies: 1
Views: 94

PostForum: Ask for Help   Posted: Sun Jul 27, 2008 9:36 am   Subject: Repeating keystrokes
In case of most of the keys on the clipboard holding them down for some seconds they sends the appropriate keystroke to the system several times continuously. To be more precise, they sends several do ...
  Topic: Considering output keystrokes as input
zaradek

Replies: 3
Views: 110

PostForum: Ask for Help   Posted: Sat Jul 26, 2008 11:09 am   Subject: Considering output keystrokes as input
No. I also need the hotkey 1::2 and as I mentioned I already have #2::3 as well. I would like to modify only the implementation of these hotkeys or force Autohotkey in some other way to recognise the ...
  Topic: Considering output keystrokes as input
zaradek

Replies: 3
Views: 110

PostForum: Ask for Help   Posted: Sat Jul 26, 2008 8:25 am   Subject: Considering output keystrokes as input
1::2
#2::3
Is it possible to modify the code above to cause implicitly the hotkey #1::3 as well?
I mean that I want to make Autohotkey consider keystrokes made by itself as input ke ...
  Topic: Replacing scroll on notebook
zaradek

Replies: 2
Views: 81

PostForum: Ask for Help   Posted: Mon Jul 21, 2008 4:12 pm   Subject: Replacing scroll on notebook
It would be ok, but that way I would have to duplicate all the hotkeys containing scroll.
  Topic: Replacing scroll on notebook
zaradek

Replies: 2
Views: 81

PostForum: Ask for Help   Posted: Mon Jul 21, 2008 5:15 am   Subject: Replacing scroll on notebook
I've made a lot of hotkeys like SomeModifyer+WheelUp/Down. But on my notebook scroll is missing.

For this reason, I've created the hotkeys
LAlt & Up:: Send {WheelUp}
LAlt &a ...
  Topic: Context-sensitive hotkey
zaradek

Replies: 6
Views: 213

PostForum: Ask for Help   Posted: Sun Jun 08, 2008 1:54 pm   Subject: Context-sensitive hotkey
Thanks, it's what I wanted. I wonder whether #IfWinActive works in the same way.

This script changes RButton to Space over KMPlayer, and to ^t over Paint and doesn't changes otherwise. I was just m ...
  Topic: Context-sensitive hotkey
zaradek

Replies: 6
Views: 213

PostForum: Ask for Help   Posted: Sun Jun 08, 2008 10:22 am   Subject: Context-sensitive hotkey
Thanks, but I've already tried this solution as well. The problem is that now notepad receives the original space too.

I use more specific hotkeys in other programs and I lack this setting very muc ...
  Topic: Context-sensitive hotkey
zaradek

Replies: 6
Views: 213

PostForum: Ask for Help   Posted: Sun Jun 08, 2008 9:11 am   Subject: Context-sensitive hotkey
I tried this solution, but the problem is that if a Notepad exists in the background then I can't use space in other windows.
  Topic: Context-sensitive hotkey
zaradek

Replies: 6
Views: 213

PostForum: Ask for Help   Posted: Sat Jun 07, 2008 12:51 pm   Subject: Context-sensitive hotkey
Is it possible to create a context-sensitive hotkey witch performs a different action if and only if the mouse is over a specified window at the moment?

It would work similarly to the following scr ...
  Topic: Disable opening the Start menu
zaradek

Replies: 8
Views: 429

PostForum: Ask for Help   Posted: Wed May 28, 2008 1:48 pm   Subject: Disable opening the Start menu
It doesn't work for me on Win XP. It doesn't have effect. If I change vk00 to something else, it can stop opening the Start menu, but it ruins the other hotkeys. If you said something about what key i ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group