keymapper VS linux

Compare keymapper vs linux and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
keymapper linux
11 76
224 -
- -
9.2 -
about 22 hours ago -
C++
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

keymapper

Posts with mentions or reviews of keymapper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-21.
  • No errors but also no process
    1 project | /r/systemd | 31 May 2023
  • Help finding a keyboard layout
    1 project | /r/KeyboardLayouts | 10 Mar 2023
    I also installed https://github.com/houmain/keymapper to get rid of the two most unergonomic keys for me. Swapped LAlt and RShift because LAlt is pretty much unused for me, and put Enter on Space (long hold).
  • What tool can recreate this macro on linux ?
    2 projects | /r/linux4noobs | 21 Feb 2023
    No packages are provided yet, please follow the instructions for building manually or download a portable build from the latest release page.
  • advice on keyboard remapping sofware in linux
    7 projects | /r/linuxadmin | 19 Feb 2023
  • QMK Layers Everywhere!
    5 projects | /r/linux | 4 Dec 2022
  • I think you will like this software
    1 project | /r/neovim | 26 Nov 2022
  • Weird bug when using caps lock as super
    1 project | /r/i3wm | 11 Nov 2022
    here is keymapper
  • AutoHotkey for Linux
    8 projects | /r/linux | 31 Aug 2022
    For handling Wayland you attack the problem at the libinput layer. Example: https://github.com/houmain/keymapper
  • PipeWire: Bluetooth Support Status Update
    3 projects | news.ycombinator.com | 29 Apr 2022
    This is true.

    Apple still is more sophisticated in the scripting department. Applescript support in most applications and the ability to tie that into actions is seriously powerful stuff.

    Gnome wins in the ability to use javascript to customize window handling, but it isn't really able to script application actions like you can in OS X.

    It is improving though. If you can use keyboard to navigate the functions you want in applications you can automate it with software like keymapper.

    https://github.com/houmain/keymapper

    There are other similar software available.

    Keymapper is software that intercepts input from your keyboard and allows you to 'remap' it. It operates on the libinput level of things, so it works regardless of environment or if you are in the console. It does require elevated privileges, though.

    This when combined with Gnome-shell extension and user keymapperd daemon it can provide application-specific contexts for keyboard combos. The extension monitors for switching applications and gives keymapper the ability to be context-aware.

    This is how I "solved" the copy past nightmare for myself in Linux. This way no matter if I am in a browser, terminal, or Emacs I have consistent copy-paste keys. (super-c, super-v). Makes things easier.

    This isn't even remotely on the same level as applescript, but at least it is something. You have to understand low-level Linux keyboard stuff, which is still a mess. Versus being able to simply record yourself using applescript.

    Gnome certainly is a very relaxing environment once you get used to it. Much less frantic or distraction filled compared to Windows or OS X. I like it.

  • no lower or greater than symbol on azerty thinkpad T430 keyboard
    1 project | /r/linuxquestions | 23 Nov 2021
    I have installed endeavourOS on a thinkpad T430 with an azerty keyboard. Unfortunately no keys combinations allow to type the symbols less than < or greater than >. keymapper available in AUR (https://github.com/houmain/keymapper 1) can be used to customize the keyboard. I’d like to map those symbols as follow:

linux

Posts with mentions or reviews of linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-26.
  • Linux Mint Working on Wayland Support
    2 projects | news.ycombinator.com | 26 Oct 2023
    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
    1 project | /r/archlinux | 1 Oct 2023
    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
  • &lt;ESC&gt; substitution
    1 project | /r/vim | 1 Aug 2023
    You can try to use https://gitlab.com/interception/linux/tools/-/tree/master
  • Mapping Caps-Lock to Esc is life changing
    3 projects | /r/vim | 8 Jun 2023
  • What's a very simple config change that you can't live without?
    11 projects | /r/neovim | 2 Jun 2023
    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
    3 projects | /r/emacs | 21 May 2023
    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
    1 project | /r/tmux | 20 May 2023
    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)
    1 project | /r/linuxquestions | 23 Apr 2023
    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?
    1 project | /r/AlpineLinux | 20 Apr 2023
    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.
  • TUTORIAL: Making Caps do both Control and Esc like Caps2Esc, but with only hyprland+ydotool
    2 projects | /r/hyprland | 18 Mar 2023
    Caps2Esc is a very useful input remapping utility: it turns the Caps key into either Esc or Control depending on how it's used: - if the Caps key is released before another key is pressed, it emits Esc - If the Caps key is used in chording mode, like by pressing Caps and C, it emits Control, to send Control-C

What are some alternatives?

When comparing keymapper and linux you can also consider the following projects:

kanata - Improve keyboard comfort and usability with advanced customization

Rectangle - Move and resize windows on macOS with keyboard shortcuts and snap areas

hawck - Key-rebinding daemon for Linux (Wayland/X11/Console)

keyd - A key remapping daemon for linux.

interception-vimproved - Unofficial plugin for Interception Tools combining features of caps2esc and space cadet for making held space work as a special fn key. Now configurable!

kinto - Mac-style shortcut keys for Linux & Windows.

PuloversMacroCreator - Automation Utility - Recorder & Script Generator

xcape - Linux utility to configure modifier keys to act as other keys when pressed and released on their own.

liblc3codec - LC3 codec implementation

Mailspring-Libre - (archived) Mailspring Libre build – aiming at removing Mailspring's dependecy on a central server

macrodevice - Turn any input device into a dedicated macrodevice.

QuickLook - Bring macOS “Quick Look” feature to Windows