20 lines
258 B
JSON
20 lines
258 B
JSON
|
|
{
|
||
|
|
"editor:toggle-highlight": [
|
||
|
|
{
|
||
|
|
"modifiers": [
|
||
|
|
"Mod",
|
||
|
|
"Shift"
|
||
|
|
],
|
||
|
|
"key": "H"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"editor:toggle-strikethrough": [
|
||
|
|
{
|
||
|
|
"modifiers": [
|
||
|
|
"Mod",
|
||
|
|
"Shift"
|
||
|
|
],
|
||
|
|
"key": "X"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|