[qutebrowser] Add new shortcut to start the snippets launcher on GitLab comments

This commit is contained in:
Sebastian Schulze 2023-07-31 20:38:28 +02:00
parent d720de6d46
commit 5fbb4d29ad
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ config.bind(',y', 'open https://social.yakshed.org/authorize_interaction?uri={ur
# GitLab quick-actions
config.bind(',glc', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus()')
config.bind(',gls', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus();; mode-enter insert ;; spawn --detach my-rofi snippets')
config.bind(',glp0', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus() ;; insert-text /label ~priority::0')
config.bind(',glp1', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus() ;; insert-text /label ~priority::1')
config.bind(',glp2', ':scroll-to-perc 100;; jseval document.querySelector("textarea#note-body").focus() ;; insert-text /label ~priority::2')