gameover (Gamer Overlay) is a Python project that provides an overlay for desktop environments inspired by game keyboard shortcuts and overlays.
- GUI for visual feedback and configuration.
- Context awareness.
- Remap on the fly.
- Central location for all keyboard mappings.
- Switch between multiple keyboard layouts and configurations.
- Log all events, this can help with debugging when you want to know how the program got into a certain state.
If you are here you are probably a power user and hate GUIs. Hear me out. The animosity towards GUIs is mostly because of mouse usage. This GUI is designed to be used by a keyboard. The main advantage of this GUI is so that you have visual feedback of what layer you are on, what key does what, and easy configuration on the fly.
- Tabs with layers like oryx https://configure.zsa.io/ergodox-ez/layouts/Yn9EZ/B556v/0
- Layer activation criteria
- Window context
- Layer Toggle / Hold Key
- It is recommended that you first disable all hardware keyboard layers and shortcuts / modifiers etc. (Or just don't use those keys) Gameover is designed to be used with a clean slate. You should be able to achieve all hardware remapping functionality extra benefits.
- Pick a keyboard layout that matches your hardware or is close enough.
- (Optional) Modify the layout by adding or removing keys.
- Start the keyboard mapper. This will prompt you to press each key on your keyboard. Only one key should be pressed at a time. This will create a map of your keyboard. If you make a mistake you can restart or press the previous key button with your mouse.
- Do the same for the mouse mapper.
- Now gameover has a internal map of your keyboard and mouse.
- You can repeat the process for different keyboards or mouse devices.
- Window class / title
- Window Context Change
- Hardware Key Press
- Custom (time of day, repeating, triggered by watcher, etc.)
- Watcher can watch website, api, screen section, etc.
- Set watcher frequency
- Brain Computer Interface
- Different mapping based on State / Layer / Context
- Send Software Key Press
- Move mouse
- Window move
- Execute bash / python / cmd script
- Send notification
- Play macro
class
event
key.press
context
when
action
call fn
set state
- Embedding
- Model
- Bits
- Tagging
- Dedupe
- YAML
- Undo Redo Tree
Example
- function_1: arg1
- function_2: [arg1, arg2]
- function_3: {arg1_name: arg1_value, arg2_name: arg2_value}
- function_4:
- arg1_name: arg1_value
- arg2_name: arg2_value
Schema
- Clipboard List
- Clipboard Watcher Always Pushes to Clipboard List
- PushTop PushBottom PopTop PopBottom
- Paste / Execute Buffer Item
- Start the GUI.
- Select the Output Mapping tab.
If you would like to contribute to gameover, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.
This file is intentionally left blank.