Skycoder42/QHotkey

About QKeySequence

Closed this issue · 4 comments

Great repo, thanks!

Only single key/modifier combinations are possible. If using QKeySequence, only the first key+modifier of the sequence will be used.

Is there any chance that QKeySequence would be supported? I really need this function.

Thanks!

It is supported. You jut can't user any sequence, some of them can't be mapped globally due to os limitations.

It is supported. You jut can't user any sequence, some of them can't be mapped globally due to os limitations.

Sorry, what I mean is multi-key combinations, like Ctrl + K, Ctrl + D ?

I tried Ctrl + X + C , only Ctrl + X works.

Yes, you can't map Ctrl + X + C, it's a system limitation.

Yes, you can't map Ctrl + X + C, it's a system limitation.

Ok, I get it!

Thanks a lot! 🦾