Skip to content

Instantly share code, notes, and snippets.

View SamWolski's full-sized avatar

Sam Wolski SamWolski

View GitHub Profile
@SamWolski
SamWolski / mouse_buttons_to_spaces.json
Created December 9, 2024 10:06
Karabiner-Elements mouse buttons to change spaces
{
"description": "Mouse buttons to change spaces (ctrl+arrows)",
"manipulators": [
{
"from": { "pointing_button": "button4" },
"to": [
{
"key_code": "right_arrow",
"modifiers": ["left_control"]
}