Tags: raggi/zed
Tags
Fix F10 and Alt+F handling on Windows (zed-industries#24745) Closes zed-industries#24744 and should also fix zed-industries#17819 The change is split into two commits, first one adds F10 handling (it needs to be handled inside `parse_syskeydown_msg_keystroke`, the second one properly handles `Alt+Fn` combinations, this also needs to happen in `parse_syskeydown_msg_keystroke` and is similar to a fragment inside `parse_keydown_msg_keystroke` Release Notes: - Fixes F10 and Alt+Fn handling on windows
Use the `MessageNotification` component for the release notes toast (z… …ed-industries#25013) Closes zed-industries#24981 Release Notes: - N/A --------- Co-authored-by: smit <[email protected]>
Prefer keybinding with least modifiers when not in conflict mode
PreviousNext