mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
ctrl+insert now works globally - i.e. inside editor
This commit is contained in:
@@ -39,7 +39,6 @@ $(document).bind('keydown', 'ctrl+shift+i', () => {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
$(document).bind('keydown', 'ctrl+f', () => {
|
||||
if (isElectron()) {
|
||||
const searchInPage = require('electron-in-page-search').default;
|
||||
|
||||
Reference in New Issue
Block a user