You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill the following fields with a star (*) and provide as much related information as possible.
Pre-checks*
Please change the following [ ] to [x] for confirmation.
The feature request has not been suggested in this repository.
The Missed*
Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.
Currently, PDF.js registers a lot of keybindings as stated on the page https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-shortcuts. Those keybindings are effective for internal viewer tabs but they do not appear in the list of VSCode keybindings, and thus cannot be customized. This can be very annoying because these keybindings may conflict with others bindings, and some of them are redundant with existing VSCode features.
For my personal use case, the Ctrl+O keybinding for Open a file is a real issue since I use Vim keybindings and Ctrl+O is normally bound to Jump to previous location.
The Solution*
Please provide a solution you would like to have.
An easy intermediate solution for my particular use case would be to completely remove keybindings that are already covered by VSCode features. Such keybindings are the download document (Ctrl+S) and the open file (Ctrl+O) bindings.
To handle all possible keybinding conflicts, it would be great to allow the customization of all keybindings of PDF.js in the standard VSCode keybindings.json.
Anything Else?
Add any other context about the feature request below.
The two solutions I have listed are not mutually exclusive because it will never make sense to create another way of opening or saving a pdf file than what VSCode already provides.
The text was updated successfully, but these errors were encountered:
Pre-checks*
The Missed*
For my personal use case, the
Ctrl+O
keybinding forOpen a file
is a real issue since I use Vim keybindings andCtrl+O
is normally bound toJump to previous location
.The Solution*
keybindings.json
.Anything Else?
The text was updated successfully, but these errors were encountered: