mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 22:22:18 +08:00
Update keybindingsWindows.js - set binding to file.print
In file.print on Windows, keybinding Ctrl+P is pretty common, so I mapped it.
This commit is contained in:
parent
11c8cc1e19
commit
a1605988df
@ -18,7 +18,7 @@ export default new Map([
|
|||||||
['file.save-as', 'Ctrl+Shift+S'],
|
['file.save-as', 'Ctrl+Shift+S'],
|
||||||
['file.move-file', ''],
|
['file.move-file', ''],
|
||||||
['file.rename-file', ''],
|
['file.rename-file', ''],
|
||||||
['file.print', ''],
|
['file.print', 'Ctrl+P'],
|
||||||
['file.preferences', 'Ctrl+,'],
|
['file.preferences', 'Ctrl+,'],
|
||||||
['file.close-tab', 'Ctrl+W'],
|
['file.close-tab', 'Ctrl+W'],
|
||||||
['file.close-window', 'Ctrl+Shift+W'],
|
['file.close-window', 'Ctrl+Shift+W'],
|
||||||
|
Loading…
Reference in New Issue
Block a user