linux | kinto | |
---|---|---|
77 | 135 | |
- | 4,733 | |
- | 1.4% | |
- | 1.8 | |
- | 9 months ago | |
Python | ||
- | GNU General Public License v3.0 only |
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.
kinto
-
Apple's Software Quality Crisis: When Premium Hardware Meets Subpar Software
Others have mentioned a few specific distros. There are also tools like https://github.com/RedBearAK/toshy or https://github.com/rbreaves/kinto which make the keyboard and other aspects of the OS behave more Mac-like.
For me, Toshy's out of the box config make it pretty painless to switch between MacOS and Asahi on the same machine.
-
Window-Switcher: Alt+(backtick) same-app window switching for Windows 10/11
This is one of my essential quality of life tools:
https://github.com/rbreaves/kinto
Decades of using the Mac convention of CMD instead of CTRL makes it hard to switch to CTRL. I get cramping super quickly when using Windows or Linux without Kinto!
Of course, try explaining that to corporate IT who insist you use a locked down Windows PC... thank god I dont have to endure that anymore!
-
US Mac market share grew 22% in Q1, likely helped by new MacBook Air models
I tried to do this manually and it was partially successful, but a nightmare. Most people who want this seem to use and enjoy Kinto, which is supposedly very easy.
https://kinto.sh/
- RavynOS Finesse of macOS. Freedom of FreeBSD
-
Learn AutoHotKey by stealing my scripts
If you like macOS keyboard shortcuts, I recommend you checkout Kinto go Windows and Linux. On Windows, Kinto used AHK
https://kinto.sh
However, at least when I set it up Kinto did not provide switching windows I’m this fashion. Here is the script I use.
```
; BRING FORWARD ALL WINDOWS OF THE CURRENT APPLICATION
-
Toshy v23.08: Mac-like per-app keyboard shortcuts. Now supports Solus 4.4.
The project was based on another project that's been around for a few years called Kinto, by Ben Reaves, which notably also has a Windows version (https://kinto.sh) using AutoHotkey. But has no Wayland support (at this time) in its Linux version.
-
Toshy v23.07: Mac-like per-app keyboard shortcuts. Supports Tumbleweed and Leap.
Toshy is based on Kinto.sh, by Ben Reaves (https://kinto.sh or https://github.com/rbreaves/kinto). Kinto is basically an extensive keymapper config that not only shifts modifier keys appropriately for different keyboard types, but has full keymaps for a number of different apps like VSCode. My variant of Kinto adds some features and utilities for managing the services that make it work, and tools like a script to change the function keys mode of any keyboard that uses hid_apple. That means MacBook keyboards mostly, but also some non-Apple keyboards with media keys apparently use that driver module.
- Toshy v23.07: Mac-like per-app keyboard shortcuts on KDE (supports Wayland+KDE)
-
Swap alt and win keys using command line
I don’t know if you can activate it via a keyboard shortcut, but I use Kinto.sh to swap keys on my MacBooks.
-
Macbook keyboard type for Fedora
Hello, there's an open issue about this in their repo: https://github.com/rbreaves/kinto/issues/772
What are some alternatives?
Rectangle - Move and resize windows on macOS with keyboard shortcuts and snap areas
AutoKey - AutoKey, a desktop automation utility for Linux and X11.
xcape - Linux utility to configure modifier keys to act as other keys when pressed and released on their own.
keyd - A key remapping daemon for linux.
autohotkey-windows-mac-keyboard - AutoHotkey Mappings to emulate OSX behaviour with a Mac keyboard on Windows