11-21-2006, 08:55 AM
Is it possible to execute a macro (for example a sound) whenever I tipe M, but not m (indipendently from having typed M by keeping the shift key pressed or by having activated the caps lock key)?
Case sensitive macro
|
11-21-2006, 08:55 AM
Is it possible to execute a macro (for example a sound) whenever I tipe M, but not m (indipendently from having typed M by keeping the shift key pressed or by having activated the caps lock key)?
11-21-2006, 09:25 AM
Create function FF_UCase and paste this code:
;/ Then go to FF_Ucase properties, click Function Properties tab, check "This function can be used as filter function", click OK. Assign filter function FF_UCase to the macro. You can do it in macro Properties (click FF, Use, select from the dropdown list). Also, in macro Properties, Shift checkbox must be in third state. You can assign this function to other macros too. Example trigger-string (you can simply paste it in the toolbar, instead of using the Properties dialog): Sm 0x3 //FF_UCase
11-21-2006, 02:25 PM
Wonderful: now I can give up those programs that I used to solve the problem of pressing unintentionally the capslock key
|
« Next Oldest | Next Newest »
|