diff options
author | marlonivo <110742116+marlonivo@users.noreply.github.com> | 2024-08-08 03:44:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 03:44:23 +0000 |
commit | f12e2211083dce017a341cb03483d49cd10f156a (patch) | |
tree | 6b8d7ac41f4a2641e59697dcfc427e64f9506fd9 /README.md | |
parent | 2b2ebc2d2b116983d559380d85982022d71cc901 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -26,6 +26,48 @@ git clone https://raw.githubusercontent.com/marlonivo/unifox.js cd unifox.js install.sh ``` +🟦 Unified Keybindings for page navigation and browser tab operations: + +page navigation: +`?` - show help +`f` - show quick keybinding's +`j` - scroll down +`k` - scroll up +`/` - enter find mode + `n` - cycle trough 'find mode' words +`r` - reload tab +`x` - close tab +`o` - open searchbar +`strg alt d` - activate dark mode on current page + + +browser tab operations: +`strg tab` - cycle trough open Tabs +`strg t` - new tab + `strg y` - youtube + `strg h` - vimiumc menu + `strg e` - deepl + `strg g` - github + `strg k` - chatgpt + `strg alt a` - about:addons + `strg alt c` - stylus add on + `strg alt u` - ublock origin add on + `strg alt p` - ublock element picker +`alt left` - go one step back in history +`alt right` - go one step forth in history +`strg shift s` - make a screenshot +`strg shift h` - look for search history, downloads, tags and bookmarks +`strg shift k` - developer console + +youtube: +`t` - cinema mode +`s` - fullscreen +`c` - subtitiels +`strg alt i` - zoom in in video +`strg alt o` - zoom out in video + + + 🟦 License: MIT |