I made a windows program that runs in the background and lets you re-map keys dynamically per application. It has a pop-up when you're holding a toggle key to show you what each key does.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZM
    zmac
    1y ago 100%

    There's no logging of the keys being pressed. There are hooks installed on top of the keys configured to be re-mapped and the key used for toggling but these presses aren't logged anywhere. All the configuration is stored in plain text though so you'll want to be careful about what you put in there.

    3
  • https://github.com/Zabakes/togle-script/releases/tag/v0.1.0-beta

    This program does 2 things: - It adds a layer behind a "toggle key" that can be configured based on the active application. - It creates a pop-up to show what each key will do when the toggle is being held. You can turn either of these features on/off with options in a config.json file. This script currently only works on windows. This isn't ideal but none of this code is "ideal". It's quick and dirty because it evolved from a much simpler script. I think the program could be useful when learning new keyboard layers because it gives you a way to visually search for the keys on a layer. You can customize the layout of keys in the GUI with JSONs from the [keyboard layout editor](http://www.keyboard-layout-editor.com/#/). I use this script with a MMO gaming mouse so all the example layouts/keymaps are 12 keys long and the layout is just a 3*4 grid. Let me know what you guys think. The code is rough but I enjoy the experience it delivers.

    27
    5