#!/usr/bin/env bash # The Interception Tools is a small set of utilities for operating on input # events of evdev devices: # * udevmon # * intercept # * uinput # * mux sudo apt-get update -qq sudo apt install -y interception-tools # Plugins # * caps2esc: transforming the most useless key ever in the most useful one # # * space2meta: turn your space key into the meta key when chorded to another key (on key release only) # # * hideaway: move the mouse pointer out of sight after a couple of seconds # # * dual-function-keys: tap for one key, hold for another # # * ralt2hyper: Remap Right Alt (commonly AltGr) to Hyper (i.e. Control, Alt and Super) # # * chorded_keymap # # * interception-vimproved # # * interception-k2k # # openrc conf_print_openrc_init() { cat <