Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit d6e3886

Browse files
authored
Merge pull request #109 from yangle/readme-vivaldi
Update README regarding vivaldi browser
2 parents ae048fd + 4f0ec03 commit d6e3886

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,19 @@ Because of this policy, users have no chance to use default key mappings of jupy
169169
- http://stackoverflow.com/questions/15911785/overriding-shortcut-keys-in-firefox-and-chrome
170170
- https://github.com/liftoff/GateOne/issues/290
171171

172+
### Vivaldi
173+
174+
The chromium-based [Vivaldi][vivaldi] browser provides more flexibility in key mapping customizations and might be a viable alternative to Google Chrome for power users.
175+
In contrast to Google Chrome or Chromium, (almost) all keyboard shortcuts in Vivaldi can be [changed or disabled][vivaldi-keyboard], including (but not limited to) `Ctrl-N`, `Ctrl-T`, `Ctrl-J`, etc.
176+
177+
Furthermore, Vivaldi allows assigning a keyboard shortcut to temporarily [disable all other browser keyboard shortcuts][vivaldi-disable], making all key mappings available for other uses.
178+
Note that this temporary change applies globally to *all* tabs and windows of the browser instance (or "Profile") under consideration. To confine it to a subset of tabs, use a separate profile via [the `--user-data-dir=...` option][user-data-dir].
179+
180+
[vivaldi]: https://vivaldi.com/
181+
[vivaldi-keyboard]: https://vivalditips.com/customization/shortcuts/en
182+
[vivaldi-disable]: https://www.ghacks.net/2017/02/07/vivaldi-tip-block-all-keyboard-shortcuts/
183+
[user-data-dir]: https://chromium.googlesource.com/chromium/src/+/master/docs/user_data_dir.md
184+
172185
### Clipboard
173186

174187
Most of modern browsers prohibit javascript to access a system clipboard without user action such as clicking a button.

0 commit comments

Comments
 (0)