| Author |
Message |
Topic: Polish characters |
TOTAL
Replies: 3
Views: 79
|
Forum: Ask for Help Posted: Sat Dec 10, 2011 3:18 am Subject: Polish characters |
And this was my output of your hk. strangely, 4 characters.
ćę
If it is differently coded on different maschines, it is A umlaut jewish cross, a umlaut trademark.
My coding is utf8 |
Topic: Polish characters |
TOTAL
Replies: 3
Views: 79
|
Forum: Ask for Help Posted: Sat Dec 10, 2011 2:32 am Subject: Polish characters |
Is the following
PutUni(...)
the only way to get Polish characters?
They do not appear in simple send ... |
Topic: How to tell MIDI IN channel |
TOTAL
Replies: 1
Views: 90
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 4:24 am Subject: How to tell MIDI IN channel |
Hi
I am developing a script enhancing a padKONTROL midi controller to work with Ableton Live.
A part of the functionality relies on autohotkey.
So far I have been able to do step by step tr ... |
Topic: Switch between Hardware acceleration levels |
TOTAL
Replies: 4
Views: 142
|
Forum: Ask for Help Posted: Thu Jul 14, 2011 1:34 pm Subject: Switch between Hardware acceleration levels |
The final piece is maybe idiosyncratic, but it does work.
Thank you.
#9::
Run G:\Dokumenty\AutoHotkey Scripts\display.lnk
WinWait, Display Properties
Send, {CTRLDOWN} ... |
Topic: Switch between Hardware acceleration levels |
TOTAL
Replies: 4
Views: 142
|
Forum: Ask for Help Posted: Wed Jul 13, 2011 12:09 pm Subject: Switch between Hardware acceleration levels |
sure.
I'm on WinXP Pro SP3.
Quite recently I noticed strange problems with video playback turning monochrome.
here's description, if it matters:
http://www.moviecodec.com/video-codecs/stra ... |
Topic: Switch between Hardware acceleration levels |
TOTAL
Replies: 4
Views: 142
|
Forum: Ask for Help Posted: Tue Jul 12, 2011 10:17 pm Subject: Switch between Hardware acceleration levels |
| How is it possible with AHK in Win XP? |
Topic: Tab change in Firefox |
TOTAL
Replies: 6
Views: 272
|
Forum: Ask for Help Posted: Mon Oct 11, 2010 1:18 am Subject: Tab change in Firefox |
The following is a smart way of changing tabs in mozilla and not only with an combination of right windows and either left or right key.
$~*LShift:: Send % ( GetKeyState("RW ... |
Topic: Shift+Tilde automating in word processors |
TOTAL
Replies: 7
Views: 625
|
Forum: Ask for Help Posted: Mon Sep 27, 2010 11:07 am Subject: Shift+Tilde automating in word processors |
@Frankie
no, alt function does not get overridden, so if I press Alt, it highlights the function bar and keyboard becomes a function trigger.
Thus pressing alt s triggers find function.
@Zaelia
... |
Topic: Detect Error Window |
TOTAL
Replies: 9
Views: 372
|
Forum: Ask for Help Posted: Sun Sep 26, 2010 7:45 pm Subject: Detect Error Window |
I have tried to adapt the code to a problem when I close MindManager appliccation, I get an error message, to be confirmed with "enter".
SetTitleMatchMode, 2
#Persistent
Loop
... |
Topic: Shift+Tilde automating in word processors |
TOTAL
Replies: 7
Views: 625
|
Forum: Ask for Help Posted: Sun Sep 26, 2010 7:19 pm Subject: Shift+Tilde automating in word processors |
`:: Send ~
works
but
Ralt:: Send ~
Doesnt. Why? |
Topic: Shift+Tilde automating in word processors |
TOTAL
Replies: 7
Views: 625
|
Forum: Ask for Help Posted: Sun Sep 26, 2010 7:01 pm Subject: Shift+Tilde automating in word processors |
Hi
#IfWinActive, Microsoft Word
Ralt:: Send, {SHIFTDOWN}`{SHIFTUP}
#IfWinActive
IN SHORT
The above doesn't work. How to correct it?
The long story
It is mea ... |
Topic: Right Control versus Left Control Key |
TOTAL
Replies: 2
Views: 191
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 12:22 am Subject: Right Control versus Left Control Key |
xp sp3pro
"ableton live" music application. If I ; this line, both control keys stop functioning.
Strange |
Topic: Right Control versus Left Control Key |
TOTAL
Replies: 2
Views: 191
|
Forum: Ask for Help Posted: Sun Mar 28, 2010 1:40 pm Subject: Right Control versus Left Control Key |
I am getting the following to respond to both left and right control key.
RCtrl Up:: Send ^!i{+}
Can you correct? |
Topic: Click and Hold function DONE |
TOTAL
Replies: 2
Views: 200
|
Forum: Ask for Help Posted: Sat Mar 27, 2010 2:22 pm Subject: Click and Hold function DONE |
LCtrl & RCtrl::
MouseClick, left, 910, 750, D
return
I expected it to click and hold, so that if I move the mouse, it drags the clicked object. It doesn't. Is there a way to mak ... |
Topic: AHKxplorer: do you want to join? |
TOTAL
Replies: 17
Views: 2751
|
Forum: Ask for Help Posted: Tue Mar 23, 2010 10:23 pm Subject: AHKxplorer: do you want to join? |
| Nice proposal. On a related note, I've often wanted a better "Search Results" window that's fast like Windows 2000's (for some reason, XP's is very slow and has that annoying tendency to ref ... |
| |