TabbycatPie / CustomKeyboard

A small CH551 project
52 stars 10 forks source link

Generate key press sequence #12

Closed InI4 closed 2 years ago

InI4 commented 2 years ago

I want to create for example a Thor-Rune (þ), i.e. Alt-0254, meaning, Alt is pressed and while it is kept pressed the digits 0254 are pressed in order. I do not manage to do this with the tool. What am I missing?

If I do not get this to work, the keyboard is pretty useless for me.

TabbycatPie commented 2 years ago

1.the keyboard only support multiple normal keys pressed at once(and only 6 keys maximum) ,I think u maybe meaning something like (LAlt + 0) + (LAlt +2) +(LAlt + 5) + (LAlt + 4) ,that means press 0 while LAlt is pressing and then release them, then press 2 with holding LAlt and .... 2.I will consider make that next version 3.if you want pressing the 5 keys at the same time, sorry, this keyboard does not have this feature. 4.yes,the ADD feature is only for usecase like making a key act like 'LAlt','LShift'... or a macro contains clicking(press and release) a 'LAlt','LShift'...

InI4 commented 2 years ago

Thx for your reply. I'll keep my device and hope for the new version. I am not sure, if that does what I want to (generate obscure strange characters, I use too often).