diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-04 21:46:18 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-04 22:23:21 +0200 |
commit | 8429930aecec8f5714c9e956171002fbb9c4eba3 (patch) | |
tree | c5d0992fc22fb90b2dbebc3875a803408ecc1188 /ChangeLog | |
parent | 607e4acefeec5776dfff63090a79baef15c6c336 (diff) |
Focus the N-th tab with Alt-<number>
Allows jumping directly to a given tab. It encourages a low number of
tabs opened, otherwise it will exceed the 1 to 10 range.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ dillo-3.3.0 [Unreleased] - Control + left click opens links in new tab (emulates mouse middle button). - Ctrl+C copies selected text into the clipboard so Ctrl+V works as expected. - Enable IPv6 support by default if supported by the platform. + - Focus the N-th tab with the Alt+<number> shortcut. Patches: Rodrigo Arias Mallo +- Middle click on back or forward button opens page in new tab. Patches: Alex |