Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow Response #50

Closed
yongming-qin opened this issue Aug 30, 2022 · 5 comments
Closed

Slow Response #50

yongming-qin opened this issue Aug 30, 2022 · 5 comments

Comments

@yongming-qin
Copy link

I feel there is a little time delay for some cases, such as switching Chrome tabs. Using Capslock responds slower than just using "ctrl + tab".
Does someone also feel this?

I suspect this is because the "capslock" trigger "right_command + right_control + right_shift + right_option", which is not straightforward. I saw a condition "name": "caps_lock pressed". When using this condition, the responding speed is fine.
Does this suspicion make sense?

@suliveevil
Copy link

I'm using Capslock(my own mod edition ) for years, never met delay problem, there may be some other settings on your system or software conflicts with the keyboard shortcuts.

@suliveevil
Copy link

If you are confused by Capslock's complex, write your own keybinding from bottom using Goku, it's more elegant and you can have comments in your config file.

@yongming-qin
Copy link
Author

yongming-qin commented Aug 30, 2022

When the capslock key is pressed (holding) and then I press another key (such as h), I don't feel the delay. But if I press capslock key and another key together, I feel a slight delay. And, sometimes if I press capslock + h quickly, there is no reaction.
( The slight delay only affects me when I need a quick action like triggering 'ctrl + tab'.
Can you double-check if you press capslock + h at the same time (not holding the capslock and then press h), what is the response?

@Vonng
Copy link
Owner

Vonng commented Aug 31, 2022

Maybe try "system preference -> Keyboard -> keyboard" , set 'laytency before repeat' to short and repeat speed to fast ?

@yongming-qin
Copy link
Author

Thanks for the suggestions. I changed how the "caps lock" triggers. Currently, the "caps lock" trigger "right_command + right_control + right_shift + right_option", which seems to be complex. And if we look at the karabiner event viewer, there are many commands. I learned from another rule and let "caps lock" trigger a value. Now the response is good when I press "caps lock" (not holding) and a "modifier key" at the same time. The implementation is shown in the picture. I'm not sure if this matters. Just attach it in case other people may try.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants