-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcut ALT-L conflicted with Apple-@ (ALT/Option-L) #534
Comments
This isn't actually a bug. These are shortcut keys to access menu items. If you just press the alt key, you'll see certain letters in the menu names get underlined. The underlined letter is the alt key code that opens that menu. As you've discovered, Alt+L opens the liberate menu. |
@rmcrackan that looks like it. I also asked a question about this, and it looks like it's pretty easy to do. |
@rmcrackan No. On macOS the are no keys to open a menu. Keystrokes/Shortcuts are combined with menu-entries, to start the action. (For user response the text of the top menu flickers, the menu never opens). See below. Example "Finder" (Application), Ablage (File-Menu), Bearbeiten (Edit), ...
|
It looks like native menus are actually supported. I need to see what they do on Windows and Linux before I commit to using them, but it looks promising. |
Let's focus on the Alt key problem in this issue. Native menus are a separate issue. We cannot change the alt key for menu item accelerators. It's hard-coded. @rmcrackan The issue you linked to is about swallowing the alt keypress. The only way to not swallow the alt key and have menu shortcuts is to the Avalonia's built-in hotkeys. I'll look into it. |
@elvquant I think I've fixed the hotkey problem, but I don't have a mac to test. Would you mind downloading and testing the preview build? |
Specifically, please test if the shortcut keys actually work. Alt no longer triggers shortcuts, but I'm not sure if ⌘ will. Try ⌘+V to see if it opens your Visible Books menu. |
@rmcrackan We need a better "About" page. |
@Mbucari you say that as if it's possible to have a worse one |
@Mbucari & @rmcrackan -- It would be good to have it include a link to the latest update in there. Just for those folks who have initially declined the update but now want it. And it's a fairly typical inclusion. |
I was trying to think of something worse for a snarky reply, but I couldn't. You're right, it literally could not be any worse. @CharlieRussel good call |
@Mbucari I like it, though I'm not 100% convinced that Loaded Assemblies makes any sense to 99% of your users. But maybe an Acknowledgements section, now that we've had more than just @rmcrackan working on this? |
I looking forward to the newer version (About Dialog, mac, menus, and hotkeys). Looks great! |
@elvquant it's live with version 10.0.4 |
Fantastic. Thanks a lot, again (after pre-amazon-germany lightspeed fix) |
On MacOS the @ has keystroke ALT/Option-L. Typing this in filter-field i then open up the "Liberate"-menue
ALT-I ⁄
ALT-L @
ALT-X ≈
ALT-F ƒ
ALT-V √
ALT-S ‚
The text was updated successfully, but these errors were encountered: