linux
xcape
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
linux
-
Omakub – Opinionated Ubuntu Setup
Interception tools! https://gitlab.com/interception/linux/tools
With the official caps2esc plugin! https://gitlab.com/interception/linux/plugins/caps2esc
-
Linux Mint Working on Wayland Support
It's actually incredibly useful to have apps like window managers or apps that rely on manipulating user input like xcape read another apps data. In fact such are still possible just 10x as complicated as they now involve writing awful little programs in some combination of c and yaml instead of a dead simple single line shell invocation of a program.
See https://gitlab.com/interception/linux/tools
The fact that this can work at all seems to suggest that its just as possible for malicious code running as user to compromise your security and the only thing actually broken is useful apps.
-
Issue with interception-tools
After updating my system after a while, i found Interception-tools to not working . It fails on a dependency on libyaml-cpp.so.0.7
-
<ESC> substitution
You can try to use https://gitlab.com/interception/linux/tools/-/tree/master
- Mapping Caps-Lock to Esc is life changing
-
What's a very simple config change that you can't live without?
Having both is a game-changer. Depends on your OS. On Mac, I use Karabiner. Linux I used use caps2esc and on Windows I use a custom AutoHotKey.
-
Emacs-written novel on the German bestseller list
Before that I had used interception tools for key rebindings, which relied on the udevmon service to intercept keypress events, and thus even works in a TTY terminal, not requiring a window manager. I use vim keybindings in Emacs and for that I found it useful to rebind ESC to CTRL if tapped, but it still acts as CTRL when held (now I have implemented that in my keyboard firmware).
-
newbie doubt here
In addition to using ctrl+a as prefix... some of us remap capslock to ctrl so then the two buttons are right next to each other and easy to press with one motion. (This then makes it possible to have that key be ctrl when pressed in combo with another key or esc when pressed on its own.)
-
Mapping Alt+hjkl to arrow keys (sway, wayland)
i use both X and Wayland and i also have a lot of key switching going on. So to have a universal config that works under both protocols i have to go lower than the display server protocols. I looked around for such a thing and finally found the interception tool
-
How to swap Caps Lock and Ctrl?
Do you know about https://gitlab.com/interception/linux/plugins/caps2esc? It makes it ctrl when held in combo with another key or esc when pressed on its own w/o other key (I loved it before ergodox) and there are some related plugins there for other keyboard customizations as well.
xcape
- Remap caps lock to behave like escape on press and control on hold on Xorg
-
Binding a single key on release AND binding that same key in another combination
Don't know about i3, but you can achieve this in Linux/X11 using for example xcape: https://github.com/alols/xcape
-
Keyboard shortcut on key release
I guess that xcape is what you're looking for.
-
How to assign Overview to meta ?
You can use xcape (I assume xorg only; https://github.com/alols/xcape) to set any key including super/meta to trigger a custom keyboard shortcut on release.
- Launch an application with just the mod button
-
Have you remapped CTRL and ESC, and if so, how?
Caps Lock is both Control and Escape depending on whether you hold or tap it. I use xcape.
-
How to make my pinkie and vanilla keybindings get along?
All you need is dual mode modifiers - remap your spacebar to act as Ctrl when pressed and generate space symbol when released. You can make it with xcape on linux and with dual-key-remap on windows. It is also something for macos, but I never used it.
- Whats your favourite i3 hacks you can't live without?
- completely new to i3 and trying to get this config to work
-
Vim with caps lock on is the final boss
I have the same setup on linux. Using xcape and xmodmap together.
What are some alternatives?
Rectangle - Move and resize windows on macOS with keyboard shortcuts and snap areas
evremap - A keyboard input remapper for Linux/Wayland systems, written by @wez
kinto - Mac-style shortcut keys for Linux & Windows.
dual-key-remap - Remap any key to any other two keys on Windows 🔥. Remap CapsLock to both Ctrl and Escape! (It's like xcape for windows!)
keyd - A key remapping daemon for linux.
sxhkd - Simple X hotkey daemon