personal dotfiles: my Hyprland config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "Alt\"": "command:dquote",
    "Alt'": "command:squote",
    "Alt(": "command:brace",
    "Alt-/": "lua:comment.comment",
    "Alt-l": "command:lower",
    "Alt-u": "command:upper",
    "Alt\u003c": "command:angle",
    "AltC": "command:capital",
    "AltI": "command:decNum",
    "AltL": "command:upper",
    "Alt[": "command:square",
    "Alti": "command:incNum",
    "Alt{": "command:curly",
    "Ctrl-Down": "SpawnMultiCursorDown",
    "Ctrl-MouseWheelDown": "CursorDown",
    "Ctrl-MouseWheelUp": "CursorUp",
    "Ctrl-Up": "SpawnMultiCursorUp",
    "CtrlUnderscore": "lua:comment.comment",
    "F4": "command:jumptag",
    "ShiftPageDown": "SelectPageDown",
    "ShiftPageUp": "SelectPageUp"
}