]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/view.twig
implemented lots of keyboard shortcuts
[github/wallabag/wallabag.git] / themes / baggy / view.twig
index ebc30b693760ab91f17ee6071bda703f73b85a8c..9ee64fc0f6fd3ad24ceda6147832de89f842e1d0 100755 (executable)
         // Use left and right arrow to navigate on with keyboard
         navigateKeyboard('?view=view&id={{ navigate.nextid|e }}','?view=view&id={{ navigate.previousid|e }}');
 
+        // use keyboard to do actions
+        actionArticle('{{ entry.id|e }}');
+
         // swipe to right or left on mobile to navigate
         $('article').on("swiperight", function(){
             goLeft('?view=view&id={{ navigate.nextid|e }}');