Skip to content

Instantly share code, notes, and snippets.

@speedie1337
Created January 20, 2024 16:43
Show Gist options
  • Save speedie1337/62377987b9fde8b4a9281c6ebed5f70a to your computer and use it in GitHub Desktop.
Save speedie1337/62377987b9fde8b4a9281c6ebed5f70a to your computer and use it in GitHub Desktop.
{ XK_Return, ControlMask, "\033[13;5u", 0, 0},
{ XK_Return, ShiftMask, "\033[13;2u", 0, 0},
{ XK_Tab, ControlMask, "\033[9;5u", 0, 0},
{ XK_Tab, ShiftMask|ControlMask, "\033[9;6u", 0, 0},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment