| Author |
Message |
Topic: MUkoTE: Mutes sound when window title matches text patterns |
DreymaR
Replies: 19
Views: 6538
|
Forum: Scripts & Functions Posted: Sun Mar 07, 2010 2:26 pm Subject: MUkoTE: Mutes sound when window title matches text patterns |
| It's still working fine for me. |
Topic: MUkoTE: Mutes sound when window title matches text patterns |
DreymaR
Replies: 19
Views: 6538
|
Forum: Scripts & Functions Posted: Tue Dec 29, 2009 12:33 pm Subject: MUkoTE: Mutes sound when window title matches text patterns |
Nice little app. Could you please post the source code for the updated version?
The MSI installer doesn't write to the registry I hope? This kind of app should be optimized for portable use I feel. ... |
Topic: Half-QWERTY: One-handed Typing |
DreymaR
Replies: 124
Views: 42961
|
Forum: Scripts & Functions Posted: Mon Dec 28, 2009 11:32 am Subject: Half-QWERTY: One-handed Typing |
Now that's what I was talking about!
I tried the PKL 'extend' remapping method but wasn't quite satisfied as in the current state of the program it'll remap your mirrored key to the system's instal ... |
Topic: Half-QWERTY: One-handed Typing |
DreymaR
Replies: 124
Views: 42961
|
Forum: Scripts & Functions Posted: Thu Nov 05, 2009 8:49 am Subject: Half-QWERTY: One-handed Typing |
You could implement half-keyboard typing in PKL, as an 'extend' mapping.
That way, it'd be by virtual scan code (i.e., keyboard and layout invariant), and would easily allow toggling of Caps state ... |
Topic: Portable Keyboard Layout |
DreymaR
Replies: 106
Views: 21473
|
Forum: Scripts & Functions Posted: Thu Oct 22, 2009 1:01 pm Subject: Portable Keyboard Layout |
Farkas: Again, how about using transparent layout images?
- Then the fingering is decoupled from the layout itself. Less extra info has to be in the layout.ini http://folk.uio.no/obech/Images/Colem ... |
Topic: Portable Keyboard Layout |
DreymaR
Replies: 106
Views: 21473
|
Forum: Scripts & Functions Posted: Wed Oct 14, 2009 4:50 pm Subject: Re: adding hebrew layout |
Hello!
I just installed PKL and I'm trying to add a Hebrew keyboard layout, however Hebrew doesn't appear in the "languages" folder.
As I recall it, it's in the 'Classic_variants_layouts ... |
Topic: Portable Keyboard Layout |
DreymaR
Replies: 106
Views: 21473
|
Forum: Scripts & Functions Posted: Wed Oct 14, 2009 4:42 pm Subject: Portable Keyboard Layout |
Hmmm... tricky.
Try a line in your layout.ini under the [layout] section:
SC05b = LWIN modifier
...or, possibly, 'virtualkey' instead of 'modifier'. Use a <Tab> between 'LWIN' and the nex ... |
Topic: Portable Keyboard Layout |
DreymaR
Replies: 106
Views: 21473
|
Forum: Scripts & Functions Posted: Thu Oct 08, 2009 8:03 am Subject: Portable Keyboard Layout |
That's not easy if you want to generate automated images, but relatively easy if you want to edit your own images in a graphics program:
In the layout folder, replace all the state# and deadkey# (a ... |
Topic: Portable Keyboard Layout |
DreymaR
Replies: 106
Views: 21473
|
Forum: Scripts & Functions Posted: Fri Sep 11, 2009 1:27 pm Subject: Portable Keyboard Layout |
| Are you sure you did that test right? I mean, 0 ms is a very short time for such a long routine. If you for instance put, say, three 'Send %ch%' somewhere into the code of each of the two functions, w ... |
Topic: Portable Keyboard Layout |
DreymaR
Replies: 106
Views: 21473
|
Forum: Scripts & Functions Posted: Thu Sep 10, 2009 2:26 pm Subject: Portable Keyboard Layout |
Browsing the PKL source code a little, it seems that you're doing far too much!
In pkl_keypress, there are a bunch of else's for each single keypress. Example:
} else {
if ( ch ... |
Topic: Portable Keyboard Layout |
DreymaR
Replies: 106
Views: 21473
|
Forum: Scripts & Functions Posted: Mon Aug 24, 2009 10:03 am Subject: Portable Keyboard Layout |
Not sure whether the template file needs to contain anything.
You'll have to have the layout.ini file in the same folder as ini2html.pl as far as I can see. It should then generate a layout.html wi ... |
Topic: Could the Send command include all WM_APPCOMMAND messages? |
DreymaR
Replies: 6
Views: 609
|
Forum: Wish List Posted: Mon Aug 03, 2009 12:01 pm Subject: Could the Send command include all WM_APPCOMMAND messages? |
| One problem with sending keystrokes is that Ctrl-Y may be Redo in one application but it's not really standardized and we all know that different apps have different hotkey strategies; an APPCOMMAND_R ... |
Topic: Could the Send command include all WM_APPCOMMAND messages? |
DreymaR
Replies: 6
Views: 609
|
Forum: Wish List Posted: Fri Jul 31, 2009 11:16 am Subject: Could the Send command include all WM_APPCOMMAND messages? |
| So what you're saying is that you can't send, say, a "New", "Bass boost" or "Redo" virtual key like you can send a "Favorites" or "Volume Up"? Not jus ... |
Topic: Could the Send command include all WM_APPCOMMAND messages? |
DreymaR
Replies: 6
Views: 609
|
Forum: Wish List Posted: Thu Jul 30, 2009 3:23 pm Subject: Could the Send command include all WM_APPCOMMAND messages? |
| With the Send command you sure can do a lot of nice stuff! Send all sorts of media key presses, for instance. Well... not absolutely all sorts it turns out. Some boards will have keys with 'open' and ... |
Topic: Portable Keyboard Layout |
DreymaR
Replies: 106
Views: 21473
|
Forum: Scripts & Functions Posted: Tue Jul 28, 2009 5:00 pm Subject: Portable Keyboard Layout |
| Thanks for your answers and efforts so far! Could you please send me new versions of your code when you feel they are ready? And at any rate you should compile a new PKL in AHK 1.0.48.# because I hear ... |
| |