Compare commits
2 commits
71aa62b6c9
...
ebf711890a
Author | SHA1 | Date | |
---|---|---|---|
ebf711890a | |||
0831b2ef1b |
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,10 @@ api.mapkey('<Alt-x>', '#7Open commands', function() {
|
||||||
api.Front.openOmnibar({type: "Commands"});
|
api.Front.openOmnibar({type: "Commands"});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
api.mapkey('<Ctrl-c>g', '#14Load new posts', function() {
|
||||||
|
document.querySelector('button.updates-button').click();
|
||||||
|
}, { domain: /phanpy\.social/i });
|
||||||
|
|
||||||
api.mapkey('cc', '#13Capture current page', orgCapture);
|
api.mapkey('cc', '#13Capture current page', orgCapture);
|
||||||
|
|
||||||
api.map('<Ctrl-b>', 'h');
|
api.map('<Ctrl-b>', 'h');
|
||||||
|
@ -36,6 +40,7 @@ api.map('<Ctrl-x>xg', 'r');
|
||||||
api.map('l', 'S');
|
api.map('l', 'S');
|
||||||
api.map('r', 'D');
|
api.map('r', 'D');
|
||||||
api.map('c0', 'yy');
|
api.map('c0', 'yy');
|
||||||
|
api.map('cl', 'ya');
|
||||||
api.map('<Alt-p>', 'E');
|
api.map('<Alt-p>', 'E');
|
||||||
api.map('<Alt-n>', 'R');
|
api.map('<Alt-n>', 'R');
|
||||||
api.map('<Ctrl-u>f', 'af');
|
api.map('<Ctrl-u>f', 'af');
|
||||||
|
|
Loading…
Reference in a new issue