dokutan / mouse_m908

Control various Redragon gaming mice from Linux, BSD and Haiku
GNU General Public License v3.0
204 stars 36 forks source link

Modifiers in macros #62

Closed Techwizz-somboo closed 10 months ago

Techwizz-somboo commented 10 months ago

Hey,

Are you able to use modifiers in macros?

For example, if I want an uppercase "a," how would I achieve that? I tried shift_l+a and the line just gets ignored when sending the macro.

Thanks!

Techwizz-somboo commented 10 months ago

Ah, I just answered my own question.

For reference for anyone else, just do something like

;# down Shift_l
;# down a
;# up   a
;# up   Shift_l