mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(sioyek): Add sioyek configs
* feat(sioyek): Add sioyek configs * feat(surfingkeys): Add sspai.com keymaps * feat(emacs): Add Doom Org Configs, Org LaTeX YASSnippets * fix(hypr): Fix bluetooth GUI name
This commit is contained in:
parent
38d3bf7ae9
commit
5daa07f4c2
11 changed files with 153 additions and 40 deletions
|
|
@ -507,6 +507,19 @@ mapkey(",r", "Change model to regenerate last output", function () {
|
|||
}, { domain: /perplexity.ai/ });
|
||||
// #endregion
|
||||
|
||||
// #region sspai.com
|
||||
unmap("[[", /sspai.com/);
|
||||
unmap("]]", /sspai.com/);
|
||||
unmap(",", /sspai.com/);
|
||||
mapkey("[[", "Previous Page", function () {
|
||||
q("button.btn-prev").click();
|
||||
}, { domain: /sspai.com/ });
|
||||
mapkey("]]", "Next Page", function () {
|
||||
q("button.btn-next").click();
|
||||
}, { domain: /sspai.com/ });
|
||||
|
||||
// #endregion
|
||||
|
||||
// #region pixiv.net
|
||||
// Use site-specific paging method
|
||||
unmap("[[", /pixiv.net/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue