Compare commits

...

2 commits

View file

@ -26,6 +26,10 @@ api.mapkey('<Alt-x>', '#7Open commands', function() {
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.map('<Ctrl-b>', 'h');
@ -36,6 +40,7 @@ api.map('<Ctrl-x>xg', 'r');
api.map('l', 'S');
api.map('r', 'D');
api.map('c0', 'yy');
api.map('cl', 'ya');
api.map('<Alt-p>', 'E');
api.map('<Alt-n>', 'R');
api.map('<Ctrl-u>f', 'af');