| Author |
Message |
Topic: (Fixed) CTRL being overridden by some applications? |
bluegecko
Replies: 3
Views: 469
|
Forum: Bug Reports Posted: Mon May 02, 2011 10:26 am Subject: (Fixed) CTRL being overridden by some applications? |
| Thanks for the confirmation, Lexikos, and especially the workarounds. |
Topic: (Fixed) CTRL being overridden by some applications? |
bluegecko
Replies: 3
Views: 469
|
Forum: Bug Reports Posted: Mon May 02, 2011 1:48 am Subject: (Fixed) CTRL being overridden by some applications? |
| I updated to AHK_L yesterday, and have reworked my main script as UTF-8 (I use BabelPad for editing). The install is fresh, following a manual wiping of all AHK-related registry keys, folders and file ... |
Topic: No-break space (?) bug in doublebyte Unicode |
bluegecko
Replies: 2
Views: 212
|
Forum: Ask for Help Posted: Sun May 01, 2011 8:17 pm Subject: No-break space (?) bug in doublebyte Unicode |
Lexikos,
Your report of the script working fine prompted me to try it again today, and to my surprise it now works. I presume the code was broken in the older version of AutoHotKey I'd been using, ... |
Topic: No-break space (?) bug in doublebyte Unicode |
bluegecko
Replies: 2
Views: 212
|
Forum: Ask for Help Posted: Sun May 01, 2011 8:58 am Subject: No-break space (?) bug in doublebyte Unicode |
Hi all. I mainly use Autohotkey to quickly type accented and otherwise obscure Unicode glyphs not normally accessible via the keyboard (e.g. macrons and dots over or under characters, etc).
The bas ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 6:05 pm Subject: Font loader from batch files or macros? |
| It's time to wrap up this thread, then. I've got the trick down a tee for loading and unloading fonts on the fly (instantly, too - no delay) without rebooting, or mucking about with the windows font f ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 4:42 pm Subject: Font loader from batch files or macros? |
I think I've got it!
The following routines seem to work, and instantly too (they update a word processor's font menu even when its running). For testing, CTRL-SHIFT-Y (install) and CTRL-SHIFT-U (u ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 4:19 pm Subject: Font loader from batch files or macros? |
Bug or no bug, I doubt that explains why I'm getting nowhere - I've a lot to learn about AHK syntax.
Either of the following WM_FONTCHANGE broadcasts do seem to work, at least in so far as they fli ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 3:40 pm Subject: Font loader from batch files or macros? |
Thanks PhiLho
I've been busy getting confused with DllCall etc. For testing I'm using CTRL-Shift-Y to call the function:
^+y::
SendMessage, 0x1D,,,, ahk_id 0xFFFF
return
[where ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 2:51 pm Subject: Font loader from batch files or macros? |
Ugh, no! is definitely the right phrase! Looks like my autohotkey learning curve will be steeper than I thought - this is getting into complete n00b territory for me.
If I understood the last posts ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 2:31 pm Subject: Font loader from batch files or macros? |
@majkinetor
thanks for the suggestion. It's the same script as quoted by BoBo a few posts up, in which broadcasting the change is still the problem.
@PhiLho
Funny, I also gandered over to msdn af ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 2:16 pm Subject: Font loader from batch files or macros? |
I woudn't move/register an installed ttf, but would simply rename it (or change its attributes) to something the system/app will ignore if should so.)
The problem with that is that whilst the font it ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 2:05 pm Subject: Font loader from batch files or macros? |
BoBo
Thanks for the suggestion. I did try that registry hack. Once the registry file is merged, opening the windows font folder should in theory update the system's font structure and make the new ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 1:18 pm Subject: Font loader from batch files or macros? |
Thanks guys
@PhiLho
I came across FontLoader while trying to solve this. Interesting little app, and it loads the fonts instantly, too (also has a choice between loading temporarily and installing ... |
Topic: Font loader from batch files or macros? |
bluegecko
Replies: 23
Views: 5201
|
Forum: Utilities & Resources Posted: Wed Oct 18, 2006 3:28 am Subject: Font loader from batch files or macros? |
This is an amazing forum; fittingly so for the amazing autohotkey. Seeing as you lot appear to be the bees' knees in terms of knowing about obscure apps, I'd like to hazard one request.
Some progra ... |
| |