dotfiles

My PC Dotfiles & Website

kebihelp.json (41955B)


   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
{
  "Parameters": {
    "cmd_focused_window": "hyprctl activewindow",
    "importer": {
      "match_line": ".*@@(.+?)@@(.+?)@@(.+?)@@.*",
      "position_group": 1,
      "position_keybinding": 2,
      "position_label": 3
    },
    "keys": {
      "tab_previous": "Backtab",
      "tab_next": "Tab",
      "scroll_down": "Down",
      "scroll_up": "Up",
      "quit": "Esc"
    },
    "layout": {
      "n_columns": 3,
      "spacing": 3,
      "width": 1100,
      "height": 900,
      "background_color": "#@base00",
      "opacity": 0.9,
      "tabs": {
        "background_color": "#@base02",
        "background_color_current": "#@base04",
        "color": "#@white",
        "font": "@font",
        "font_size": 10,
        "padding": 1
      },
      "group_name": {
        "background_color": "#@accent",
        "color": "#@base00",
        "bold": true,
        "stretched": false,
        "padding": "0px 5px 0px 2px",
        "font": "@font",
        "font_size": 11
      },
      "shortcut": {
        "label": {
          "color": "#@white",
          "bold": false,
          "font": "@font",
          "font_size": 10
        },
        "value": {
          "color": "#@base05",
          "bold": true,
          "font": "@monospace",
          "font_size": 10
        },
        "spacing": 10
      }
    }
  },
  "Rules": {
    "default": "Desktop",
    "kitty": "Terminal",
    "code": "Code",
    "firefox": "Firefox"
  },
  "Keybindings": {
    "Desktop": {
      "_hidden": false,
      "Legend": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "SUPER",
            "label": "$mod"
          },
          {
            "value": "L' / R'",
            "label": "Left/Right Mouse Click"
          }
        ]
      },
      "Compositor": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod Q or ALT F4",
            "label": "Quit application"
          },
          {
            "value": "$mod SHIFT Q",
            "label": "Force Quit application"
          },
          {
            "value": "ALT A",
            "label": "Activate urgent/last window"
          },
          {
            "value": "$mod E",
            "label": "Maximize window"
          },
          {
            "value": "$mod SHIFT E",
            "label": "Fullscreen window"
          },
          {
            "value": "ALT Q",
            "label": "Minimize window"
          },
          {
            "value": "ALT SHIFT Q",
            "label": "Show all minimized windows"
          },
          {
            "value": "$mod <ARROW>",
            "label": "Switch focus to window in desired direction"
          },
          {
            "value": "$mod SHIFT ← / →",
            "label": "Scrolling: move window across | Dwindle: swap windows"
          },
          {
            "value": "$mod SHIFT ↑ / ↓",
            "label": "Scrolling: stack in/out of column | Dwindle: swap windows"
          },
          {
            "value": "$mod Space",
            "label": "Scrolling: toggle window stacking | Dwindle: split direction"
          },
          {
            "value": "$mod Backspace",
            "label": "Toggle tiling layout"
          },
          {
            "value": "$mod [ or ]",
            "label": "Scrolling: shrink/grow column width"
          },
          {
            "value": "$mod SHIFT [ or ]",
            "label": "Scrolling: center column / fit all columns on screen"
          },
          {
            "value": "$mod SHIFT Space",
            "label": "Toggle application grouping"
          },
          {
            "value": "$mod CTRL <ARROW>",
            "label": "Move window into desired group"
          },
          {
            "value": "$mod ; or :",
            "label": "Toggle window float for one / all window(s)"
          },
          {
            "value": "$mod C",
            "label": "Center floating window and/or move cursor to top right corner"
          },
          {
            "value": "$mod P",
            "label": "Pin floating window on all workspaces"
          }
        ]
      },
      "Switcher": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod Tab",
            "label": "Window Switcher"
          },
          {
            "value": "ALT [SHIFT] Tab",
            "label": "Cycle [backwards] through open windows on current workspace"
          },
          {
            "value": "ALT [SHIFT] `",
            "label": "Cycle [backwards] through grouped windows"
          }
        ]
      },
      "Workspaces": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod <NUM>",
            "label": "Create workspace 'NUM' {1 to 9}"
          },
          {
            "value": "$mod SHIFT <NUM>",
            "label": "Move window to workspace 'NUM' {1 to 9}"
          },
          {
            "value": "$mod , or .",
            "label": "Move across non-empty workspaces"
          },
          {
            "value": "$mod CTRL , or .",
            "label": "Move across workspaces"
          },
          {
            "value": "$mod 0",
            "label": "Toggle special workspace to stash windows"
          },
          {
            "value": "$mod SHIFT 0",
            "label": "Move window to/from stash"
          },
          {
            "value": "$mod SHIFT , or .",
            "label": "Move window to previous/next workspace"
          },
          {
            "value": "$mod ALT , or .",
            "label": "Move focus to left/right monitor"
          },
          {
            "value": "$mod SHIFT ALT , or .",
            "label": "Move window to left/right monitor"
          }
        ]
      },
      "Utility": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "Print",
            "label": "Take Screenshot of area"
          },
          {
            "value": "SHIFT Print",
            "label": "Take Screenshot of screen"
          },
          {
            "value": "$mod = or -",
            "label": "Zoom in/out"
          },
          {
            "value": "$mod SHIFT -",
            "label": "Zoom out fully"
          },
          {
            "value": "$mod L or Esc",
            "label": "Lock screen / System Logoff"
          },
          {
            "value": "$mod S",
            "label": "Toggle Compositor Shader"
          },
          {
            "value": "$mod G",
            "label": "Toggle Game Mode"
          },
          {
            "value": "$mod SHIFT S",
            "label": "Toggle window swallowing"
          },
          {
            "value": "$mod SHIFT D",
            "label": "Toggle main Display"
          }
        ]
      },
      "Applications": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod /",
            "label": "Show this page"
          },
          {
            "value": "$mod A",
            "label": "Application Launcher"
          },
          {
            "value": "$mod SHIFT A",
            "label": "Shell Settings"
          },
          {
            "value": "$mod SHIFT C",
            "label": "Color Picker"
          },
          {
            "value": "$mod D",
            "label": "Monitor Configuration"
          },
          {
            "value": "$mod F",
            "label": "File Manager"
          },
          {
            "value": "$mod T",
            "label": "Terminal"
          },
          {
            "value": "$mod SHIFT T",
            "label": "Toggle Terminal in Quake mode"
          },
          {
            "value": "$mod V",
            "label": "Toggle Clipboard"
          },
          {
            "value": "$mod W",
            "label": "Web Browser"
          },
          {
            "value": "$mod Enter",
            "label": "Task Manager"
          },
          {
            "value": "$mod +",
            "label": "Calculator"
          },
          {
            "value": "$mod SHIFT B",
            "label": "Bluetooth Settings"
          },
          {
            "value": "$mod SHIFT P",
            "label": "Volume Control"
          },
          {
            "value": "$mod SHIFT N",
            "label": "Network Settings"
          },
          {
            "value": "$mod N",
            "label": "Show notification panel"
          },
          {
            "value": "$mod SHIFT Esc",
            "label": "Inhibit all keybindings"
          }
        ]
      },
      "Mouse": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod L'",
            "label": "Move window"
          },
          {
            "value": "$mod R'",
            "label": "Window resize"
          },
          {
            "value": "$mod Scroll",
            "label": "Move across workspaces"
          },
          {
            "value": "",
            "label": ""
          },
          {
            "value": "3F Swipe ↔",
            "label": "Switch apps / columns"
          },
          {
            "value": "3F Swipe ↕",
            "label": "Switch across workspaces"
          },
          {
            "value": "4F Swipe ↑",
            "label": "Toggle workspace overview"
          },
          {
            "value": "",
            "label": ""
          },
          {
            "value": "L' (in overview)",
            "label": "Select workspace / window"
          },
          {
            "value": "R' (in overview)",
            "label": "Close window"
          },
          {
            "value": "L' drag (in overview)",
            "label": "Move window across workspaces"
          }
        ]
      },
      "Submap": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "esc",
            "label": "Exit Submap"
          },
          {
            "value": "",
            "label": ""
          },
          {
            "value": "$mod R",
            "label": "Resize Submap"
          },
          {
            "value": "<ARROW> or L' (Mouse Drag)",
            "label": "Resize window"
          },
          {
            "value": "",
            "label": ""
          },
          {
            "value": "$mod M",
            "label": "Move Submap"
          },
          {
            "value": "L' (Mouse Drag)",
            "label": "Move window"
          },
          {
            "value": "<ARROW>",
            "label": "Move window (into group)"
          },
          {
            "value": "SHIFT <ARROW>",
            "label": "Move floating window"
          },
          {
            "value": ", or .",
            "label": "Move window across workspaces"
          },
          {
            "value": "C",
            "label": "Center floating window"
          },
          {
            "value": "P",
            "label": "Pin floating window"
          },
          {
            "value": "",
            "label": ""
          },
          {
            "value": "ALT SHIFT Q",
            "label": "Minimized Submap"
          },
          {
            "value": "Return or L'",
            "label": "Unminimize selected window"
          },
          {
            "value": "<ARROW>",
            "label": "Focus window in desired direction"
          },
          {
            "value": "Q",
            "label": "Close selected window"
          },
          {
            "value": "",
            "label": ""
          },
          {
            "value": "$mod `",
            "label": "Overview Submap"
          },
          {
            "value": "<ARROW>",
            "label": "Navigate workspaces / windows"
          },
          {
            "value": "<NUM>",
            "label": "Jump to workspace"
          },
          {
            "value": "Return or L'",
            "label": "Select workspace / window"
          },
          {
            "value": "R'",
            "label": "Close window under cursor"
          }
        ]
      }
    },
    "Code": {
      "_hidden": false,
      "General": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL /",
            "label": "Show Command Palette"
          },
          {
            "value": "CTRL P",
            "label": "Quick Open, Go to File..."
          },
          {
            "value": "CTRL SHIFT N",
            "label": "New window/instance"
          },
          {
            "value": "CTRL SHIFT W",
            "label": "Close window/instance"
          },
          {
            "value": "CTRL ,",
            "label": "User Settings"
          },
          {
            "value": "CTRL K + CTRL S",
            "label": "Keyboard Shortcuts"
          }
        ]
      },
      "Editing": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL X",
            "label": "Cut line (empty selection)"
          },
          {
            "value": "CTRL C",
            "label": "Copy line (empty selection)"
          },
          {
            "value": "ALT Up / Down",
            "label": "Move line up/down"
          },
          {
            "value": "SHIFT ALT Up / Down",
            "label": "Copy line up/down"
          },
          {
            "value": "CTRL D",
            "label": "Delete line"
          },
          {
            "value": "CTRL Return",
            "label": "Insert line below"
          },
          {
            "value": "CTRL SHIFT Return",
            "label": "Insert line above"
          },
          {
            "value": "CTRL SHIFT \\",
            "label": "Jump to matching bracket"
          },
          {
            "value": "CTRL ] / [",
            "label": "Indent/outdent line"
          },
          {
            "value": "Home / End",
            "label": "Go to beginning/end of line"
          },
          {
            "value": "CTRL Home",
            "label": "Go to beginning of file"
          },
          {
            "value": "CTRL End",
            "label": "Go to end of file"
          },
          {
            "value": "CTRL Up / Down",
            "label": "Scroll line up/down"
          },
          {
            "value": "ALT PgUp / PgDown",
            "label": "Scroll page up/down"
          },
          {
            "value": "CTRL SHIFT [",
            "label": "Fold (collapse) region"
          },
          {
            "value": "CTRL SHIFT ]",
            "label": "Unfold (uncollapse) region"
          },
          {
            "value": "CTRL K + CTRL [",
            "label": "Fold (collapse) all subregions"
          },
          {
            "value": "CTRL K + CTRL ]",
            "label": "Unfold (uncollapse) all subregions"
          },
          {
            "value": "CTRL K + CTRL 0",
            "label": "Fold (collapse) all regions"
          },
          {
            "value": "CTRL K + CTRL J",
            "label": "Unfold (uncollapse) all regions"
          },
          {
            "value": "CTRL K + CTRL C",
            "label": "Add line comment"
          },
          {
            "value": "CTRL K + CTRL U",
            "label": "Remove line comment"
          },
          {
            "value": "SHIFT ALT A",
            "label": "Toggle block comment"
          },
          {
            "value": "ALT Z",
            "label": "Toggle word wrap"
          }
        ]
      },
      "Navigation": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL T",
            "label": "Show all Symbols"
          },
          {
            "value": "CTRL G",
            "label": "Go to Line..."
          },
          {
            "value": "CTRL P",
            "label": "Go to File..."
          },
          {
            "value": "CTRL SHIFT O",
            "label": "Go to Symbol..."
          },
          {
            "value": "CTRL SHIFT M",
            "label": "Show Problems panel"
          },
          {
            "value": "F8",
            "label": "Go to next error or warning"
          },
          {
            "value": "SHIFT F8",
            "label": "Go to previous error or warning"
          },
          {
            "value": "CTRL SHIFT TAB",
            "label": "Navigate editor group history"
          },
          {
            "value": "ALT Left / Right",
            "label": "Go back/forward"
          },
          {
            "value": "CTRL M",
            "label": "Toggle Tab moves focus"
          }
        ]
      },
      "Search": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL F",
            "label": "Find"
          },
          {
            "value": "CTRL H",
            "label": "Replace"
          },
          {
            "value": "F3",
            "label": "Find next"
          },
          {
            "value": "SHIFT F3",
            "label": "Find previous"
          },
          {
            "value": "ALT Return",
            "label": "Select all occurences of Find match"
          },
          {
            "value": "CTRL K + CTRL D",
            "label": "Move last selection to next Find match"
          },
          {
            "value": "ALT C / R / W",
            "label": "Toggle case-sensitive/regex/whole word"
          }
        ]
      },
      "Selection": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "ALT Click",
            "label": "Insert cursor"
          },
          {
            "value": "CTRL ALT Up / Down",
            "label": "Insert cursor above/below"
          },
          {
            "value": "CTRL U",
            "label": "Undo last cursor operation"
          },
          {
            "value": "SHIFT ALT I",
            "label": "Insert cursor at end of each line selected"
          },
          {
            "value": "CTRL I",
            "label": "Select current line"
          },
          {
            "value": "CTRL SHIFT L",
            "label": "Select all occurrences of current selection"
          },
          {
            "value": "CTRL F2",
            "label": "Select all occurrences of current word"
          },
          {
            "value": "SHIFT ALT Right",
            "label": "Expand selection"
          },
          {
            "value": "SHIFT ALT Left",
            "label": "Shrink selection"
          },
          {
            "value": "SHIFT ALT (Mouse Drag) or <ARROW>",
            "label": "Column (box) selection"
          }
        ]
      },
      "Editor": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL F4",
            "label": "Close editor"
          },
          {
            "value": "CTRL W",
            "label": "Close editor"
          },
          {
            "value": "CTRL K + F",
            "label": "Close folder"
          },
          {
            "value": "CTRL \\",
            "label": "Split editor"
          },
          {
            "value": "CTRL 1 / 2 / 3",
            "label": "Focus into 1st, 2nd, or 3rd editor group"
          },
          {
            "value": "CTRL K + CTRL Left / Right",
            "label": "Focus into previous/next editor group"
          },
          {
            "value": "CTRL SHIFT PgUp / PgDown",
            "label": "Move editor left/right"
          },
          {
            "value": "CTRL K + Left / Right",
            "label": "Move active editor group"
          }
        ]
      },
      "File": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL N",
            "label": "New File"
          },
          {
            "value": "CTRL O",
            "label": "Open File..."
          },
          {
            "value": "CTRL S",
            "label": "Save"
          },
          {
            "value": "CTRL SHIFT S",
            "label": "Save As..."
          },
          {
            "value": "CTRL K + S",
            "label": "Save All"
          },
          {
            "value": "CTRL F4",
            "label": "Close"
          },
          {
            "value": "CTRL K + CTRL W",
            "label": "Close All"
          },
          {
            "value": "CTRL SHIFT T",
            "label": "Reopen closed editor"
          },
          {
            "value": "CTRL K + Return",
            "label": "Keep preview mode editor open"
          },
          {
            "value": "CTRL TAB",
            "label": "Open next"
          },
          {
            "value": "CTRL SHIFT TAB",
            "label": "Open previous"
          },
          {
            "value": "CTRL K + P",
            "label": "Copy path of active file"
          },
          {
            "value": "CTRL K + R",
            "label": "Reveal active file in Explorer"
          },
          {
            "value": "CTRL K + O",
            "label": "Show active file in new window/instance"
          }
        ]
      },
      "Display": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "F11",
            "label": "Toggle full screen"
          },
          {
            "value": "SHIFT ALT 0",
            "label": "Toggle editor layout"
          },
          {
            "value": "CTRL =/-",
            "label": "Zoom in/out"
          },
          {
            "value": "CTRL B",
            "label": "Toggle Sidebar visibility"
          },
          {
            "value": "CTRL SHIFT E",
            "label": "Show Explorer/Toggle focus"
          },
          {
            "value": "CTRL SHIFT F",
            "label": "Show Search"
          },
          {
            "value": "CTRL SHIFT G",
            "label": "Show Source Control"
          },
          {
            "value": "CTRL SHIFT D",
            "label": "Show Debug"
          },
          {
            "value": "CTRL SHIFT X",
            "label": "Show Extensions"
          },
          {
            "value": "CTRL SHIFT H",
            "label": "Replace in files"
          },
          {
            "value": "CTRL SHIFT J",
            "label": "Toggle Search details"
          },
          {
            "value": "CTRL SHIFT U",
            "label": "Show Output panel"
          },
          {
            "value": "CTRL SHIFT V",
            "label": "Open Markdown preview"
          },
          {
            "value": "CTRL K + V",
            "label": "Open Markdown preview to the side"
          },
          {
            "value": "CTRL K + Z",
            "label": "Zen Mode (Esc to exit)"
          }
        ]
      },
      "Debug": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "F9",
            "label": "Toggle breakpoint"
          },
          {
            "value": "F5",
            "label": "Start/Continue"
          },
          {
            "value": "SHIFT F5",
            "label": "Stop"
          },
          {
            "value": "F11",
            "label": "Step into"
          },
          {
            "value": "SHIFT F11",
            "label": "Step out"
          },
          {
            "value": "F10",
            "label": "Step over"
          },
          {
            "value": "CTRL K + CTRL I",
            "label": "Show hover"
          }
        ]
      },
      "Terminal": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "ALT T",
            "label": "Show terminal"
          },
          {
            "value": "CTRL C",
            "label": "Copy selection"
          },
          {
            "value": "CTRL V",
            "label": "Paste into active terminal"
          },
          {
            "value": "CTRL Up / Down",
            "label": "Scroll up/down"
          },
          {
            "value": "SHIFT PgUp / PgDown",
            "label": "Scroll page up/down"
          },
          {
            "value": "CTRL Home / End",
            "label": "Scroll to top/bottom"
          }
        ]
      }
    },
    "Terminal": {
      "_hidden": false,
      "Legend": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL SHIFT",
            "label": "$mod"
          }
        ]
      },
      "Scrolling": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod Up",
            "label": "Scroll line up"
          },
          {
            "value": "$mod Down",
            "label": "Scroll line down"
          },
          {
            "value": "$mod PgUp",
            "label": "Scroll page up"
          },
          {
            "value": "$mod PgDown",
            "label": "Scroll page down"
          },
          {
            "value": "$mod Home",
            "label": "Scroll to beginning"
          },
          {
            "value": "$mod End",
            "label": "Scroll to end"
          },
          {
            "value": "$mod Z",
            "label": "Scroll to prompt -1"
          },
          {
            "value": "$mod X",
            "label": "Scroll to prompt 1"
          },
          {
            "value": "$mod H",
            "label": "Show scrollback"
          },
          {
            "value": "$mod G",
            "label": "Show last command output"
          }
        ]
      },
      "Tabs": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod Right",
            "label": "Next tab"
          },
          {
            "value": "CTRL TAB",
            "label": "Next tab"
          },
          {
            "value": "$mod Left",
            "label": "Previous tab"
          },
          {
            "value": "CTRL SHIFT TAB",
            "label": "Previous tab"
          },
          {
            "value": "$mod T",
            "label": "New tab"
          },
          {
            "value": "$mod Q",
            "label": "Close tab"
          },
          {
            "value": "$mod .",
            "label": "Move tab forward"
          },
          {
            "value": "$mod ,",
            "label": "Move tab backward"
          },
          {
            "value": "$mod ALT T",
            "label": "Set tab title"
          }
        ]
      },
      "Window": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod Return",
            "label": "New window"
          },
          {
            "value": "$mod N",
            "label": "New OS window"
          },
          {
            "value": "$mod W",
            "label": "Close window"
          },
          {
            "value": "$mod ]",
            "label": "Next window"
          },
          {
            "value": "$mod [",
            "label": "Previous window"
          },
          {
            "value": "$mod B",
            "label": "Move window backward"
          },
          {
            "value": "$mod `",
            "label": "Move window to top"
          },
          {
            "value": "$mod R",
            "label": "Resize window"
          },
          {
            "value": "$mod <N>",
            "label": "'N'th window"
          },
          {
            "value": "$mod F7",
            "label": "Focus visible window"
          },
          {
            "value": "$mod F8",
            "label": "Swap with window"
          },
          {
            "value": "$mod L",
            "label": "Next layout"
          }
        ]
      },
      "Actions": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod F",
            "label": "Find occurrences of entered text"
          },
          {
            "value": "$mod C",
            "label": "Copy to clipboard"
          },
          {
            "value": "$mod V",
            "label": "Paste from clipboard"
          },
          {
            "value": "$mod S or SHIFT Insert",
            "label": "Paste from selection"
          },
          {
            "value": "CTRL C",
            "label": "Copy or Interrupt"
          },
          {
            "value": "$mod O",
            "label": "Pass selection to program"
          },
          {
            "value": "$mod U",
            "label": "Unicode input"
          },
          {
            "value": "$mod = / + / -",
            "label": "Change font size"
          },
          {
            "value": "$mod E",
            "label": "Open URL with hints"
          }
        ]
      },
      "Debug": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "$mod F1",
            "label": "Show help"
          },
          {
            "value": "$mod F2",
            "label": "Edit config file"
          },
          {
            "value": "$mod Esc",
            "label": "Shell window"
          },
          {
            "value": "$mod Del",
            "label": "Clear terminal reset active"
          },
          {
            "value": "$mod F5",
            "label": "Load config file"
          },
          {
            "value": "$mod F6",
            "label": "Debug config"
          }
        ]
      }
    },
    "Firefox": {
      "_hidden": false,
      "Navigation": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL + Left",
            "label": "Back"
          },
          {
            "value": "CTRL + Right",
            "label": "Forward"
          },
          {
            "value": "ALT + Home",
            "label": "Home"
          },
          {
            "value": "CTRL + O",
            "label": "Open File"
          },
          {
            "value": "CTRL + R",
            "label": "Reload"
          },
          {
            "value": "CTRL + SHIFT + R",
            "label": "Reload (override cache)"
          },
          {
            "value": "CTRL + .",
            "label": "Stop"
          }
        ]
      },
      "Current Page": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "Tab",
            "label": "Focus Next Link or Input Field"
          },
          {
            "value": "SHIFT + Tab",
            "label": "Focus Previous Link or Input Field"
          },
          {
            "value": "Space",
            "label": "Go Down a Screen"
          },
          {
            "value": "SHIFT + Space",
            "label": "Go Up a Screen"
          },
          {
            "value": "CTRL + Down",
            "label": "Go to Bottom of Page"
          },
          {
            "value": "CTRL + Up",
            "label": "Go to Top of Page"
          },
          {
            "value": "F6",
            "label": "Move to Next Frame"
          },
          {
            "value": "SHIFT + F6",
            "label": "Move to Previous Frame"
          },
          {
            "value": "CTRL + P",
            "label": "Print"
          },
          {
            "value": "CTRL + S",
            "label": "Save Page As"
          },
          {
            "value": "CTRL + +",
            "label": "Zoom In"
          },
          {
            "value": "CTRL + -",
            "label": "Zoom Out"
          },
          {
            "value": "CTRL + 0",
            "label": "Zoom Reset"
          }
        ]
      },
      "Editing": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL + C",
            "label": "Copy"
          },
          {
            "value": "CTRL + X",
            "label": "Cut"
          },
          {
            "value": "Backspace",
            "label": "Delete"
          },
          {
            "value": "Home",
            "label": "Go to Beginning of Line"
          },
          {
            "value": "End",
            "label": "Go to End of Line"
          },
          {
            "value": "CTRL + V",
            "label": "Paste"
          },
          {
            "value": "CTRL + SHIFT + V",
            "label": "Paste (as plain text)"
          },
          {
            "value": "CTRL + SHIFT + Z",
            "label": "Redo"
          },
          {
            "value": "CTRL + A",
            "label": "Select All"
          },
          {
            "value": "CTRL + Z",
            "label": "Undo"
          }
        ]
      },
      "Search": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL  +  F",
            "label": "Find"
          },
          {
            "value": "CTRL + G",
            "label": "Find Again"
          },
          {
            "value": "CTRL + SHIFT + G",
            "label": "Find Previous"
          },
          {
            "value": "'",
            "label": "Quick Find within link-text only"
          },
          {
            "value": "/",
            "label": "Quick Find"
          },
          {
            "value": "Esc",
            "label": "Close the Find or Quick Find bar"
          },
          {
            "value": "CTRL + K",
            "label": "Focus Search bar"
          },
          {
            "value": "CTRL + Up / Down",
            "label": "Change the Default Search Engine"
          },
          {
            "value": "ALT + Up / Down",
            "label": "View menu to switch, add, or manage search engines"
          },
          {
            "value": "CTRL + W",
            "label": "Close Tab"
          },
          {
            "value": "CTRL + SHIFT + W",
            "label": "Close Window"
          },
          {
            "value": "CTRL + Tab",
            "label": "Cycle through Tabs in Recently Used Order"
          },
          {
            "value": "CTRL + Q",
            "label": "Quit"
          },
          {
            "value": "CTRL + ALT + Left",
            "label": "Go one Tab to the Left"
          },
          {
            "value": "CTRL + ALT + Right",
            "label": "Go one Tab to the Right"
          },
          {
            "value": "CTRL + SHIFT + PgUp",
            "label": "Move Tab Left"
          },
          {
            "value": "CTRL + SHIFT + PgDown",
            "label": "Move Tab Right"
          },
          {
            "value": "CTRL + SHIFT + Home",
            "label": "Move Tab in focus to start"
          },
          {
            "value": "CTRL + SHIFT + End",
            "label": "Move Tab in focus to end"
          },
          {
            "value": "CTRL + M",
            "label": "Mute/Unmute Audio"
          },
          {
            "value": "CTRL + T",
            "label": "New Tab"
          },
          {
            "value": "CTRL + N",
            "label": "New Window"
          },
          {
            "value": "CTRL + SHIFT + P",
            "label": "New Private Window"
          },
          {
            "value": "ALT + Enter",
            "label": "Open Address in New Foreground Tab"
          },
          {
            "value": "Enter",
            "label": "Open Focused Bookmark or Link in Current Tab"
          },
          {
            "value": "CTRL + Enter",
            "label": "Open Focused Link in New Background Tab"
          },
          {
            "value": "CTRL + SHIFT + Enter",
            "label": "Open Focused Bookmark in New Background Tab"
          },
          {
            "value": "SHIFT + Enter",
            "label": "Open Focused Bookmark or Link in New Window"
          },
          {
            "value": "CTRL + SHIFT + T",
            "label": "Undo Close Tab"
          },
          {
            "value": "CTRL + SHIFT + N",
            "label": "Undo Close Window"
          },
          {
            "value": "CTRL + 1-8",
            "label": "Select Tab 1-8"
          },
          {
            "value": "CTRL + 9",
            "label": "Select Last Tab"
          },
          {
            "value": "CTRL + SHIFT + X",
            "label": "Moves the URL left or right"
          }
        ]
      },
      "History": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL + SHIFT + H",
            "label": "History sidebar"
          },
          {
            "value": "CTRL + SHIFT + Delete",
            "label": "Clear Recent History"
          }
        ]
      },
      "Bookmarks": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL + SHIFT + D",
            "label": "Bookmark All Tabs"
          },
          {
            "value": "CTRL + D",
            "label": "Bookmark This Page"
          },
          {
            "value": "CTRL + B",
            "label": "Bookmarks sidebar"
          },
          {
            "value": "CTRL + SHIFT + S",
            "label": "Library window (Bookmarks)"
          },
          {
            "value": "(search field in Library) + Space",
            "label": "Search for all Bookmarks"
          }
        ]
      },
      "Tools": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL + J",
            "label": "Downloads"
          },
          {
            "value": "CTRL + SHIFT + A",
            "label": "Add-ons"
          },
          {
            "value": "CTRL + ALT + I",
            "label": "Toggle Developer Tools"
          },
          {
            "value": "CTRL + ALT + K",
            "label": "Web Console"
          },
          {
            "value": "CTRL + ALT + C",
            "label": "Inspector"
          },
          {
            "value": "CTRL + ALT + S",
            "label": "Debugger"
          },
          {
            "value": "SHIFT + F7",
            "label": "Style Editor"
          },
          {
            "value": "SHIFT + F5",
            "label": "Profiler"
          },
          {
            "value": "CTRL + ALT + E",
            "label": "Network"
          },
          {
            "value": "SHIFT + F2",
            "label": "Developer Toolbar"
          },
          {
            "value": "CTRL + ALT + M",
            "label": "Responsive Design View"
          },
          {
            "value": "SHIFT + F4",
            "label": "Scratchpad"
          },
          {
            "value": "CTRL + U",
            "label": "Page Source"
          },
          {
            "value": "CTRL + SHIFT + J",
            "label": "Browser Console"
          },
          {
            "value": "CTRL + I",
            "label": "Page Info"
          }
        ]
      },
      "PDF Viewer": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "N / J / Right",
            "label": "Next page"
          },
          {
            "value": "P / K / Left",
            "label": "Previous page"
          },
          {
            "value": "CTRL + +",
            "label": "Zoom in"
          },
          {
            "value": "CTRL + -",
            "label": "Zoom out"
          },
          {
            "value": "CTRL + 0",
            "label": "Automatic Zoom"
          },
          {
            "value": "R",
            "label": "Rotate the document clockwise"
          },
          {
            "value": "CTRL + R",
            "label": "Rotate counterclockwise"
          },
          {
            "value": "CTRL + ALT + P",
            "label": "Switch to Presentation Mode"
          },
          {
            "value": "S",
            "label": "Choose Text Selection Tool"
          },
          {
            "value": "H",
            "label": "Choose Hand Tool"
          },
          {
            "value": "CTRL + ALT + G",
            "label": "Focus the Page Number input box"
          }
        ]
      },
      "Miscellaneous": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "CTRL + Enter",
            "label": "Complete .com address"
          },
          {
            "value": "SHIFT + Enter",
            "label": "Complete .net address"
          },
          {
            "value": "CTRL + SHIFT + Enter",
            "label": "Complete .org address"
          },
          {
            "value": "SHIFT + Delete",
            "label": "Delete Selected Autocomplete Entry"
          },
          {
            "value": "CTRL + SHIFT + F",
            "label": "Toggle Full Screen"
          },
          {
            "value": "CTRL + ALT + R",
            "label": "Toggle Reader Mode"
          },
          {
            "value": "F7",
            "label": "Caret Browsing"
          },
          {
            "value": "CTRL + L",
            "label": "Select Location Bar"
          }
        ]
      },
      "Media": {
        "_hidden": false,
        "keybindings": [
          {
            "value": "Space",
            "label": "Toggle Play/Pause"
          },
          {
            "value": "Down",
            "label": "Decrease volume"
          },
          {
            "value": "Up",
            "label": "Increase volume"
          },
          {
            "value": "CTRL + Down",
            "label": "Mute audio"
          },
          {
            "value": "CTRL + Up",
            "label": "Unmute audio"
          },
          {
            "value": "Left",
            "label": "Seek back 15 seconds"
          },
          {
            "value": "CTRL + Left",
            "label": "Seek back 10%"
          },
          {
            "value": "Right",
            "label": "Seek forward 15 seconds"
          },
          {
            "value": "CTRL + Right",
            "label": "Seek forward 10%"
          },
          {
            "value": "Home",
            "label": "Seek to the beginning"
          },
          {
            "value": "End",
            "label": "Seek to the end"
          }
        ]
      }
    }
  }
}