Commit graph

3335 commits

Author SHA1 Message Date
R. David Dunphy
25a69ccaf8 Match tab group completions on urls 2023-01-20 16:45:28 +00:00
Oliver Blanthorn
0b82b31ef6
Improve help for keylayoutforce 2023-01-20 13:05:35 +01:00
Oliver Blanthorn
60923daab3
Add extra layouts 2023-01-20 12:51:37 +01:00
Oliver Blanthorn
e095765594
Separate base keyboard layout and user modifications 2023-01-20 12:34:37 +01:00
R. David Dunphy
796d248ab1 Show multiple URLs in tab group completions 2023-01-18 15:58:32 +00:00
R. David Dunphy
6264634932 Update tab group documentation 2023-01-17 15:36:15 +00:00
R. David Dunphy
106c5edbce Change audible icon based on statusstylepretty 2023-01-17 15:29:44 +00:00
R. David Dunphy
26975a08e5 Add audible marker and url to tab group completion
Audible marker is inserted in prefix div if any tab in that group is
audible; content div shows the url of the last active tab in that group.
2023-01-17 15:07:19 +00:00
Oliver Blanthorn
0db566cd87
Merge pull request #4453 from GHolk/hint-exclude
Option to exclude selectors from hint result
2023-01-17 14:39:21 +01:00
Oliver Blanthorn
5b0c7581a8
Improve hintElements docs 2023-01-17 14:37:54 +01:00
R. David Dunphy
96aba9c435 Mark the current/last tab groups using prefix divs
Current tab group is marked '%', last tab group is marked '#'. Commands
that take a tab group name as a parameter can be called with '#' to
affect the last tab group (but not currently with '%').
2023-01-17 13:21:30 +00:00
Oliver Blanthorn
71c07c524d
Merge pull request #4546 from rddunphy/container-colors
Fix container icon colours in completions
2023-01-15 19:10:12 +01:00
R. David Dunphy
cea9521d2f Fix container icon colours in completions
Container icons were being coloured using `-moz-context-properties:
fill`, which doesn't appear to work (FF108) - all container icons
were displayed as black. Using `background-color` and `mask-image`
instead fixes it.
2023-01-12 16:47:42 +00:00
R. David Dunphy
210893e2f3 Don't add pinned tabs to groups 2023-01-11 15:39:18 +00:00
Pascal Jufer
149569c676
Skip loadaucmds when no config for cmdType
Fixes #4487
2023-01-11 14:59:23 +01:00
R. David Dunphy
01c5f15702 Add parameter to tgroupclose to enable closing tab groups that are not currently active 2023-01-10 14:46:28 +00:00
R. David Dunphy
04193684e4 Make :tgroupmove create tab group if it doesn't exist 2023-01-09 17:47:45 +00:00
R. David Dunphy
c93d911a8b Reword documentation of tgroupclose for clarity 2023-01-09 16:49:54 +00:00
R. David Dunphy
47e403adfb Add current tab group to completion list for consistency with :tab etc. 2023-01-09 16:40:32 +00:00
R. David Dunphy
65d6b8d266 Add tab group completion filtering 2023-01-09 16:03:41 +00:00
Denis Revunov
47e3a8422d Add multiple keyboard layouts 2023-01-09 02:04:02 +03:00
gholk
3f5d0e81cb Fix unsupported extraSpecInfo passed to webRequest event
`browser.webRequest.on*.addListener` will throw errors if
unsupported extraSpecInfo passed.
We pass the extraSpecInfo for onBeforeRequest for all events,
and add more info in previous release.
Then, some user reported onBeforeRequest event stop working.

We will pass all supported extraSpecInfo for different event
in this commit.
2023-01-01 20:46:12 +08:00
gholk
eed0f18f31
Fix autocmddelete cannot remove webrequest event handler
Original code will overwrite the whole object if the same event
is regist even in different url pattern.

E.g:

```
autocmd BeforeRequest https://*/*?handler1 e=>({cancel:true})
autocmd BeforeRequest https://*/*?handler2 e=>({cancel:true})

" this will throw an error
autocmddelete BeforeRequest https://*/*?handler1
```
2022-12-31 18:06:21 +01:00
Oliver Blanthorn
ba4ee74217
Add more detailed documentation for keylayoutforce 2022-12-31 17:21:18 +01:00
Denis Revunov
2bfb49fca5 Don't use translatemap with forced layout 2022-12-24 16:15:30 +03:00
Denis Revunov
4b4d5e517b Disallow keymap with forced layout 2022-12-17 03:19:37 +03:00
Denis Revunov
d531f60bab Remove mentions of alwaysqwerty, update comments 2022-12-17 03:08:49 +03:00
gholk
03231e7b83 Make type correct, including Node, Element, HTMLElement
Make them looked correct, so typescript can build.
2022-12-16 21:27:39 +08:00
Oliver Blanthorn
c004e2e52c
Make prettier happier 2022-12-16 13:02:37 +01:00
Oliver Blanthorn
8ce146aafc
Rename bindkey to bindwizard and remove automatic binding
This allows users to change the bind to e.g. bindurl or unbind if they want
2022-12-16 12:58:07 +01:00
Oliver Blanthorn
3d4827d295
Merge branch 'master' into use-key-codes 2022-12-16 12:21:21 +01:00
Oliver Blanthorn
9aa285c954
Fix #4510: bind with no args no longer forgets mode 2022-12-16 12:20:30 +01:00
Oliver Blanthorn
b1ff6d9f0e
Rename alwaysqwerty to keylayoutforce, make forced layout configurable 2022-12-13 18:16:45 +01:00
Oliver Blanthorn
f861408019
Remove bind feedback 2022-12-13 18:07:18 +01:00
gholk
28bca562ae Use GHolk's fork of vercel/arg to support corner case in tridactyl
This fork contains more options to fulfill tridactyl's
argument parsing requirement.
2022-12-07 21:55:16 +08:00
Oliver Blanthorn
52460f0e9f
Fix help link 2022-11-29 12:11:00 +01:00
pataquets
28001547e4 Docs: add notice about shellescape usage in exclaim help. 2022-11-29 00:42:53 +01:00
Oliver Blanthorn
c663b8e23a
release 1.23.0 2022-11-28 20:01:27 +01:00
Oliver Blanthorn
ed8f640129
Update changelog for 1.23.0 2022-11-28 19:58:30 +01:00
Denis Revunov
0eef85d2ea Simplify code translation 2022-11-27 18:46:26 +03:00
Oliver Blanthorn
78d0fa91df
Fix #4469: wrap history events in try/catch 2022-11-23 12:39:12 +01:00
Denis Revunov
ec549df4c4 Fix defaults, add missing keycodes, add comment 2022-11-17 02:00:02 +03:00
treapster
103e6c626b
Clarify doc more
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2022-11-16 23:53:32 +03:00
treapster
84be5a36f5
Clarify doc
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2022-11-15 23:42:37 +03:00
Denis Revunov
e38b9e8bb5 Translate every key once in all modes 2022-11-13 22:02:02 +03:00
Eric
4cef2b1849
Update tutor hint mode
https://github.com/tridactyl/tridactyl/blob/master/src/lib/config.ts#L412
2022-11-11 16:46:06 +00:00
Denis Revunov
80aad263df Prettify doc 2022-11-09 22:35:44 +03:00
Denis Revunov
ded80d2fa9 Add bindkey command 2022-11-09 22:35:44 +03:00
Denis Revunov
d6c17a9673 Add option to use key codes instead of characters 2022-11-09 22:35:44 +03:00
badcold
8983388a1a Use tab title if bookmarking current page 2022-11-09 11:13:38 +01:00