Last active
February 27, 2025 12:42
-
-
Save ffflorian/d0206253922992f62e8136e3071b8770 to your computer and use it in GitHub Desktop.
mouseless config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
always_on_subgrid_rgba: | |
- 1.0 | |
- 1.0 | |
- 1.0 | |
- 0.1 | |
always_show_subgrid: true | |
app_version: 0.2.1 | |
background_rgba: | |
- 0.0 | |
- 0.0 | |
- 0.0 | |
- 0.35 | |
classname: AppConfig | |
font_size_multiplier: 0.5 | |
grid_defn: | |
- border_width: 0.0 | |
callback: build_cell_strings | |
num_cells_x: 26 | |
num_cells_y: 1 | |
- border_width: 0.5 | |
callback: build_cell_strings | |
num_cells_x: 1 | |
num_cells_y: 26 | |
- border_width: 0.0 | |
callback: apply_strings_and_subgrid_to_cells | |
num_cells_x: 2 | |
num_cells_y: 1 | |
grid_rgba: | |
- 0.9 | |
- 1.0 | |
- 1.0 | |
- 0.9 | |
hide_cursor_on_click: false | |
hide_location: bottom_left | |
keymap: | |
close dialog: AltRight | |
cycle click count: null | |
cycle mouse action type: null | |
cycle mouse button: null | |
edit config: Tab | |
execute mouse action: Space | |
hide overlay: AltRight | |
hold for drag: CtrlLeft | |
hold for move: AltLeft | |
hold for right button: CommandRight | |
release hold/drag: AltRight | |
repeat last mouse action: null | |
show overlay: CtrlLeft tap | |
switch monitor left: ShiftLeft tap | |
switch monitor right: ShiftRight tap | |
toggle overlay: null | |
mouse_action_keys: ABCDEFGHIJKLMNOPQRSTUVWXYZ | |
move_duration_ms: 100 | |
move_real_cursor_with_virtual: false | |
multi_action_timeout_ms: 400 | |
strategy: subgrid | |
subgrid_dims: | |
- 8 | |
- 3 | |
subgrid_font_size_multiplier: 0.75 | |
subgrid_mouse_action_keys: QWERUIOPASDFJKL;ZXCVM,./ | |
subgrid_rgba: | |
- 1.0 | |
- 1.0 | |
- 1.0 | |
- 0.0 | |
subgrid_text_rgba: | |
- 1.0 | |
- 1.0 | |
- 1.0 | |
- 0.5 | |
tap_threshold_ms: 200 | |
text_rgba: | |
- 1.0 | |
- 1.0 | |
- 1.0 | |
- 0.65 | |
window_opacity: 1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment