update trackpad scripping

This commit is contained in:
Ben Potter 2021-09-23 14:19:51 +00:00
parent 4229e95a7d
commit 80f3884e0f
No known key found for this signature in database
GPG Key ID: C39EC065353E70F2
1 changed files with 2 additions and 8 deletions

View File

@ -111,15 +111,9 @@ and tricks helpful:
- In general, expect to edit your keyboard shortcuts
- There's no escape key by default on the Magic Keyboard, so most users set
the globe key to be an escape key
- Trackpad scrolling does not work
- Trackpad scrolling does not work on iPadOS < 145
([#1455](https://github.com/cdr/code-server/issues/1455))
- Bug tracking of a WebKit fix
[here](https://bugs.webkit.org/show_bug.cgi?id=210071#c13)
- Tracking of [WebKit patch](https://trac.webkit.org/changeset/270712/webkit)
- Alternatives:
- Install line-jump extension and use keyboard to navigate by jumping large
amount of lines
- Use touch scrolling
- [WebKit fix](https://bugs.webkit.org/show_bug.cgi?id=210071#c13)
- `ctrl+c` does not stop a long-running process in the browser
- Tracking upstream issue here:
[#114009](https://github.com/microsoft/vscode/issues/114009)