| Author |
Message |
Topic: extending hotstrings? |
xmav000
Replies: 7
Views: 195
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 10:53 pm Subject: extending hotstrings? |
would be nice if it would work similar to the following
:*O?:r20::xx
:*O?:xx0::cc
so that if i typl r200 it first changes to xx and takes the xx also as input an ... |
Topic: Hotkeys without any keys inbetween |
xmav000
Replies: 5
Views: 297
|
Forum: Ask for Help Posted: Fri Jun 27, 2008 8:06 pm Subject: Hotkeys without any keys inbetween |
/*
* This only works with the two characters j and f "in between" but i want a solution for *anything*
*/
keypressed := 0
RShiftPressed :=0
LShiftPressed :=0
*RShif ... |
Topic: extending hotstrings? |
xmav000
Replies: 7
Views: 195
|
Forum: Ask for Help Posted: Fri Jun 27, 2008 8:04 pm Subject: extending hotstrings? |
Hmm I thought the problem was clear.
r20 will fire before r200 so r200 will not work at all. Clear now? |
Topic: extending hotstrings? |
xmav000
Replies: 7
Views: 195
|
Forum: Ask for Help Posted: Fri Jun 27, 2008 4:40 pm Subject: extending hotstrings? |
We have a "compose" key which is triggered by caps+tab (will set composeActive := 1).
when compose is activated r20 should transform to xx, r200 to cc and r200 0 to mm. It works if we do it ... |
Topic: Love vs Hate |
xmav000
Replies: 9
Views: 366
|
Forum: General Chat Posted: Thu Jun 26, 2008 9:55 pm Subject: Love vs Hate |
For this topic Catullus already wrote a beautiful poem:
Odi et amo. quare id faciam, fortasse requiris?
nescio, sed fieri sentio et excrucior.
~ Catullus, Carmen 85
Translation:
I hate and ... |
Topic: Hotkeys without any keys inbetween |
xmav000
Replies: 5
Views: 297
|
Forum: Ask for Help Posted: Thu Jun 26, 2008 9:12 pm Subject: Hotkeys without any keys inbetween |
Hi,
I would like to turn Capslock on/off iff both Shift keys are pressed and no other key is pressed inbetween.
{RShift down} {LShift down} {RShift up} {LShift up} -> Capslock
{RShift down} ... |
Topic: [Solved] map Alt & Shift & Tab to ShiftAltTab? |
xmav000
Replies: 6
Views: 202
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 2:16 pm Subject: [Solved] map Alt & Shift & Tab to ShiftAltTab? |
Thanks engunneer!
Now that we know whats wrong about [VxE]'s and PurloinedHeart's suggestions, can we find a solution that actually works?
I need something that does the following:
If tab is p ... |
Topic: [Solved] map Alt & Shift & Tab to ShiftAltTab? |
xmav000
Replies: 6
Views: 202
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 10:46 pm Subject: [Solved] map Alt & Shift & Tab to ShiftAltTab? |
<+<!Tab::ShiftAltTab
Even in an empty skript it says:
The Alt Tab hotkey "<+<!Tab" must have exactly one modifier/prefix
So can you tell me whats wrong about it? ... |
Topic: [Solved] map Alt & Shift & Tab to ShiftAltTab? |
xmav000
Replies: 6
Views: 202
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 6:19 pm Subject: [Solved] map Alt & Shift & Tab to ShiftAltTab? |
Shift & Alt & Tab::MsgBox this does not work
Invalid hot key.
Was my question unclear or you are unsure about a solution?
ciao
xmav000 |
Topic: [Solved] map Alt & Shift & Tab to ShiftAltTab? |
xmav000
Replies: 6
Views: 202
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 2:29 pm Subject: [Solved] map Alt & Shift & Tab to ShiftAltTab? |
Solved (hopefully) inspired by
*tab::
if ( GetKeyState("SC038","P") )
{
Send,{Blind}{AltDown}{tab} ; We do ... |
| |