-
Notifications
You must be signed in to change notification settings - Fork 37
Configurable to allow Caps to be mapped to other things #4
Comments
As I've commented here, I'm working on a more general tool where caps2esc will be just an special case. I'll leave this open until I finish the other tool. For your information, it's gonna be more or less like this:
|
I personally really like that caps2esc does one thing, and one thing only. Any other tools would be cool, of course, but caps2esc staying the same would be nice. |
@Ran4 I agree. When I go about publishing the general tool I will provide an alternative caps2esc while this one will still live on its own. |
I look forward to your new tool, I'm finding that it grabbing all the xinput items without a filter is conflicting with the xinput-toggle utility that I need for another purpose. |
@dragon788 |
I like caps2esc being simple but I would prefer to have Esc work as Esc and have CapsLock toggle on Ctrl. It looks like simple tweak but sadly I don't know C. Edit: Nevermind, changing line 88 to
did the trick. C ain't that hard ;). |
SYN events and different event timestamps are necessary for sending sequential key events of the same key.
It would be nice if we could map Caps to be other things too.
Obviously this may be beyond your intended scope as these mappings already satisfy a common Vim use case (especially when migrating from Karabiner/OS X)
Anyway I thought I would ask the question before deciding to fork or not.
Thanks for building this.
The text was updated successfully, but these errors were encountered: