bfritscher / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
691 stars 69 forks source link

How to use Regular Expression? #56

Open baxing opened 1 year ago

baxing commented 1 year ago

Hello,

I try to fill for Regular expression in Process Filter with ^(Ctrl|Alt|F1|F2|F3|F4|F5|F6|F7|F8|F9|F10|F11|F12|Shift\+Left|Shift\+Right|Shift\+Up|Shift\+Down|Enter|Shift\+F.)

But it give any result Please advice for this option

stefanmarks commented 2 months ago

That won't work as the RegEx is for process names (e.g. Explorer, Unity, Blender), not for keystrokes.