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:
Bert Stomphorst 2024-08-28 10:33:43 +02:00 committed by GitHub
parent 11c8cc1e19
commit a1605988df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'],