mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding 'a' keyboard shoftcut to open the add site dialog.
This commit is contained in:
parent
5d615e9718
commit
3821a71e3c
1 changed files with 4 additions and 0 deletions
|
@ -6779,6 +6779,10 @@
|
|||
e.preventDefault();
|
||||
self.open_story_trainer();
|
||||
});
|
||||
$document.bind('keypress', 'a', function(e) {
|
||||
e.preventDefault();
|
||||
self.open_add_feed_modal();
|
||||
});
|
||||
$document.bind('keypress', 'f', function(e) {
|
||||
e.preventDefault();
|
||||
self.open_feed_intelligence_modal(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue