Update keybindings
This commit is contained in:
81
hotkeys.json
81
hotkeys.json
@@ -178,14 +178,70 @@
|
||||
"key": "B"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-1": [],
|
||||
"workspace:goto-tab-2": [],
|
||||
"workspace:goto-tab-3": [],
|
||||
"workspace:goto-tab-4": [],
|
||||
"workspace:goto-tab-5": [],
|
||||
"workspace:goto-tab-6": [],
|
||||
"workspace:goto-tab-7": [],
|
||||
"workspace:goto-tab-8": [],
|
||||
"workspace:goto-tab-1": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "1"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-2": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "2"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-3": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "3"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-4": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "4"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-5": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "5"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-6": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "6"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-7": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "7"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-8": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "8"
|
||||
}
|
||||
],
|
||||
"app:open-another-vault": [
|
||||
{
|
||||
"modifiers": [
|
||||
@@ -277,7 +333,14 @@
|
||||
"key": "2"
|
||||
}
|
||||
],
|
||||
"workspace:new-tab": [],
|
||||
"workspace:new-tab": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"switcher:open": [
|
||||
{
|
||||
"modifiers": [
|
||||
|
||||
Reference in New Issue
Block a user