update
This commit is contained in:
@@ -1,46 +0,0 @@
|
||||
{
|
||||
"hotkeys": [
|
||||
{
|
||||
"command": "obsidian-markmind:Create New MindMap",
|
||||
"chords": [
|
||||
"C-KeyN",
|
||||
"Semicolon"
|
||||
]
|
||||
},
|
||||
{
|
||||
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-newtab",
|
||||
"chords": [
|
||||
"C-KeyN",
|
||||
"S-KeyE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
|
||||
"chords": [
|
||||
"C-KeyN",
|
||||
"KeyE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
|
||||
"chords": [
|
||||
"C-KeyN",
|
||||
"C-KeyE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"command": "breadcrumbs:new-file-with-curr-as-down",
|
||||
"chords": [
|
||||
"C-KeyN",
|
||||
"KeyD"
|
||||
]
|
||||
},
|
||||
{
|
||||
"command": "breadcrumbs:new-file-with-curr-as-author",
|
||||
"chords": [
|
||||
"C-KeyN",
|
||||
"KeyQ"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
2736
.obsidian/plugins/obsidian-sequence-hotkeys/main.js
vendored
2736
.obsidian/plugins/obsidian-sequence-hotkeys/main.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-sequence-hotkeys",
|
||||
"name": "Sequence Hotkeys",
|
||||
"version": "0.6.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "This plugin allows you to set hotkeys with key sequences instead of a single chord.",
|
||||
"author": "Ruan Moolman",
|
||||
"authorUrl": "https://github.com/moolmanruan",
|
||||
"isDesktopOnly": false
|
||||
}
|
Reference in New Issue
Block a user