tmfelwu3k downloadsQuickly navigate and create notes through OS shortcut keys.
Any feature request/ suggestion for improvement please open here. https://github.com/tmfelwu/obsidian-inbox/issues
The shortcut key launches this modal.

note path in the Vault.Enter while the datalist length > 0 the first item in current datalist will be navigated to.EnterCtrl+Enter orSubmit button at the bottom.Set up a global hotkey using an external tool:
For Windows:
You can use a tool like AutoHotkey to set up a global hotkey. Follow these steps:
.ahk, e.g., ObsidianQuickCapture.ahk.^!c with your preferred hotkey combination, e.g., ^!c stands for Ctrl + Alt + C):^!c::
Run, obsidian://quick-capture
return
.ahk file to run the script. The global hotkey should now be active.For macOS:
You can use a tool like BetterTouchTool or Keyboard Maestro to set up a global hotkey. Here's how to do it with BetterTouchTool:
obsidian://quick-capture and click "Save".Now the global hotkey should be active and trigger the plugin command from anywhere in your operating system.
For ubuntu On Ubuntu 22.04, you can set up a global hotkey to trigger the Obsidian plugin command using the built-in keyboard shortcut settings.
Open the "Settings" application.
Click on "Keyboard & Mouse" in the left sidebar.
Click on the "Customize Shortcuts" button.
Scroll down to the "Custom Shortcuts" section and click the "+" button to add a new shortcut.
In the "Add Custom Shortcut" dialog, enter the following information:
Obsidian Quick Capturexdg-open "obsidian://quick-capture"Click the "Add" button to create the custom shortcut.
Click on the "Disabled" text next to the new shortcut in the list. Press the desired key combination for the hotkey (e.g., Ctrl + Alt + C).
Close the settings application.
Now the global hotkey should be active and trigger the plugin command from anywhere in your operating system.
Naman - https://chat.openai.com/c/3021e291-47a7-44b0-a0f6-7cc4ad58ba67