onboarding: Improve Windows/Linux keyboard shortcuts; example ligature (#36712)

Small fixes to onboarding.
Correct ligature example.
Replace`ctrl-escape` and `alt-tab` since they are reserved on windows
(and often on linux) and so are caught by the OS.

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-08-22 11:51:01 -04:00 committed by GitHub
parent 8204ef1e51
commit ac9fdaa1da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View file

@ -606,7 +606,7 @@ fn render_popular_settings_section(
cx: &mut App,
) -> impl IntoElement {
const LIGATURE_TOOLTIP: &str =
"Font ligatures combine two characters into one. For example, turning =/= into ≠.";
"Font ligatures combine two characters into one. For example, turning != into ≠.";
v_flex()
.pt_6()