| Author |
Message |
Topic: all hotkeys in a single file, breaks them |
mai9
Replies: 2
Views: 122
|
Forum: Ask for Help Posted: Tue Jul 19, 2011 11:02 am Subject: all hotkeys in a single file, breaks them |
| ok, I will read that. thanks |
Topic: all hotkeys in a single file, breaks them |
mai9
Replies: 2
Views: 122
|
Forum: Ask for Help Posted: Sun Jul 17, 2011 11:33 pm Subject: all hotkeys in a single file, breaks them |
I am facing problems because I want to have all my shortcuts in a single file.
For example, this alone works:
#Persistent (pel JoyX del joystick)
SetTimer, WatchAxis, 150
Watch ... |
Topic: HID/Extended input devices (MS Natural Keyboard 4000 etc.) |
mai9
Replies: 31
Views: 10933
|
Forum: Scripts & Functions Posted: Sat Jan 15, 2011 1:29 pm Subject: HID/Extended input devices (MS Natural Keyboard 4000 etc.) |
the problem was DLL calls you use do not work under win7x64 if you install 64-bit version of autohotkey... But discovering that took me whole life...
I also found that the script doesn't work when ... |
Topic: HID/Extended input devices (MS Natural Keyboard 4000 etc.) |
mai9
Replies: 31
Views: 10933
|
Forum: Scripts & Functions Posted: Sun Jul 18, 2010 2:58 am Subject: HID/Extended input devices (MS Natural Keyboard 4000 etc.) |
| Hi this is great, now I can map my keyboard without microsoft drivers. The only thing is that is a problem now is I am so new to AHK that I do not understand the script. If anyone can help me out here ... |
Topic: Spotify without ads |
mai9
Replies: 29
Views: 23284
|
Forum: Scripts & Functions Posted: Thu Jun 24, 2010 2:41 pm Subject: Spotify without ads |
Muting the spotify ads is morally equivalent to illegally downloading the music in the first place, so why bother getting Spotify if you're going to do that?!
because some users can't be bothered wi ... |
Topic: What do you do with AutoHotKey? give your idea here |
mai9
Replies: 39
Views: 3768
|
Forum: General Chat Posted: Tue Jan 05, 2010 2:27 am Subject: What do you do with AutoHotKey? give your idea here |
| I use it as drivers for the keyboard and mouse. Plenty of extra buttons to be used. |
Topic: Add date stamp to Hotstring |
mai9
Replies: 14
Views: 1231
|
Forum: Ask for Help Posted: Thu Dec 10, 2009 1:38 am Subject: Add date stamp to Hotstring |
ok, thanks. I was puting the CoordMode just before the ^z:: and not inside.  |
Topic: Add date stamp to Hotstring |
mai9
Replies: 14
Views: 1231
|
Forum: Ask for Help Posted: Tue Dec 08, 2009 2:42 am Subject: Add date stamp to Hotstring |
I am having some problems with this and the other comand CoordMode.
CoordMode, Mouse, Screen
SetTitleMatchMode, 2
The problem is that I understand that they need to be on top of the script, ... |
Topic: Add date stamp to Hotstring |
mai9
Replies: 14
Views: 1231
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 1:43 pm Subject: Add date stamp to Hotstring |
thanks, I will try  |
Topic: Add date stamp to Hotstring |
mai9
Replies: 14
Views: 1231
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 11:50 pm Subject: Add date stamp to Hotstring |
hi, I have a problem with this "#IfWinActive Add New Torrent ahk_class #32770
$Left::
If (A_PriorHotKey = "$Left" AND A_TimeSincePriorHotkey < 500)
{
... |
Topic: help with hotkeys and modifiers |
mai9
Replies: 14
Views: 681
|
Forum: Ask for Help Posted: Wed Sep 09, 2009 10:15 pm Subject: help with hotkeys and modifiers |
jaco0646, I think engunneer's first example (k Up::Send {k}" was just to explain what aaffe suggested. But his second suggestion didn't work in my winxp neither.
anyway, somehow I did test thi ... |
Topic: help with hotkeys and modifiers |
mai9
Replies: 14
Views: 681
|
Forum: Ask for Help Posted: Wed Sep 09, 2009 7:39 pm Subject: help with hotkeys and modifiers |
aaffe, sorry, I didn't understand you.
engunneer, your suggestion works, but now I have another problem: with this new script when I press 'k' and then 'u' to move the cursor, a 'k' gets typed an ... |
Topic: help with hotkeys and modifiers |
mai9
Replies: 14
Views: 681
|
Forum: Ask for Help Posted: Wed Sep 09, 2009 1:44 pm Subject: help with hotkeys and modifiers |
I am using the key "k" with other keys to trigger a hotkey, the problem is that then I can't type a "K".
Here's a sample of that code:
k::Send {k} ; right n ... |
Topic: Is this a good new PC build? +28 Hardware/AHK questions |
mai9
Replies: 8
Views: 835
|
Forum: General Chat Posted: Wed Sep 02, 2009 3:54 pm Subject: Is this a good new PC build? +28 Hardware/AHK questions |
| why not an Intel i7? |
Topic: The ultimate KDE-style window move/resize/drag script? |
mai9
Replies: 50
Views: 22126
|
Forum: Scripts & Functions Posted: Mon Aug 31, 2009 7:20 am Subject: The ultimate KDE-style window move/resize/drag script? |
jlrjlr, thanks for this version that works in dual screens.
I was surprised to see that it left a single pixel when snapping to edges, later I saw that that's an option (not a bug ). if anyon ... |
| |