hawck VS keymapper

Compare hawck vs keymapper and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
hawck keymapper
8 11
521 221
- -
3.5 8.4
4 months ago 5 days ago
C++ C++
BSD 2-clause "Simplified" License 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.

hawck

Posts with mentions or reviews of hawck. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-08.
  • Unpacking Elixir: Syntax
    4 projects | news.ycombinator.com | 8 Sep 2023
    That is actually very smart and helpful, thanks! :) My only gripe with autokey is that it's the only thing holding me back from wayland. Hawck is supposed to work with wayland but I never got it to work, was a while ago I though

    https://github.com/snyball/Hawck

  • Curious to know what are your general experiences on using keyboard and mouse input automations on Wayland...
    3 projects | /r/kde | 28 May 2023
    Autokey does not work yet, but there is Hawck and Espanso that you could play around with. And there is ydotool if all you need is simulating basic input (as in ydotool mousemove -x -10 -y -10, ydotool type 'Hello world!' and so on).
  • Hawck – Linux AutoKey alternative that also works in Wayland
    1 project | /r/CKsTechNews | 31 Aug 2022
    1 project | news.ycombinator.com | 31 Aug 2022
  • Looking for a program similar to AHK on windows
    1 project | /r/archlinux | 27 Mar 2022
  • Are they any good multi-key keyboard shortcut remapping daemons?
    4 projects | /r/linux | 24 Jan 2022
    Hawck?
  • Linux Touchpad Like MacBook Update: Touchpad Gestures Now Shipping
    10 projects | news.ycombinator.com | 14 Dec 2021
    >Creating a "standardized experience" like Windows usually means that configurability goes right out the window. It's how you get abominations like dconf or the GNOME music player

    I don't understand how you connected these dots and I'd suggest against calling things abominations. You don't have to use dconf or the GNOME music player, those aren't standardized. If someone does like them I think they're perfectly fine, they do exactly what they're advertised to do. It's also fine if you don't like them, they're just two options from the many configuration databases and media players that you can choose from.

    >But why shouldn't I be able to run xbindkeys or sxhkd or whatever hotkey dameon I want?

    In some ways you actually can but it depends on the hotkey daemon and how it's implemented. The reason for that is technical, those are implemented with X grabs which have a number of usability and security issues. There are a few key rebinding daemons that use evdev directly so they work with Wayland:

    https://github.com/samvel1024/kbct

    https://github.com/snyball/Hawck

    But these also do have similar security issues to X key grabs, in that they effectively operate as keyloggers. If you're looking for an API that works purely within Wayland and lets unprivileged clients request key rebinding, that doesn't exist yet. Somebody would need to specify what that API looks like and figure out a good way to make it secure. What would the end goal of the API be, and how could the system (and by extension, the user) tell the difference between a legitimate hotkey daemon and a malicious keylogger? And would it actually be any better than the approach of snooping evdev? I don't know the answer to these questions but you may have more experience with this than I do.

  • Key Remapping in Linux — 2021 Edition
    1 project | /r/linux_gaming | 21 Nov 2021

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:

What are some alternatives?

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

sddm - QML based X11 and Wayland display manager

kanata - Improve keyboard comfort and usability with advanced customization

compute-runtime - Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver

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!

gtkplatform - Run Qt applications using gtk+ as a windowing system.

PuloversMacroCreator - Automation Utility - Recorder & Script Generator

therubyracer - Embed the V8 Javascript Interpreter into Ruby

liblc3codec - LC3 codec implementation

Waybar - Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:

macrodevice - Turn any input device into a dedicated macrodevice.

AHK_X11 - AutoHotkey for Linux (X11-based systems)