-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add shortcuts and tooltips to forms icons #183
Comments
I'll start working on this one. |
@tyler-dane Thanks to the span's |
Yes that's fine for now |
@tyler-dane I remembered that we also need to implement images so I had to switch that with a better implementation that supports images, LMK what you think |
The conditional meta icon seems to be working well. Small request:
Also, the shortcut isn't actually doing anything. I think that's expected (?). We'd have to register it in Can you please create an issue for that and do it after #282? not.doing.anything.mov |
@tyler-dane Thank you for your input. I tested the shortcut using combination META + shift + (letter accessible on my keyboard and does not need me to hold shift) So I tested using combination (META + shift + A) and combination (META + shift + S) and both worked, so I do not believe we need to update I could not test using combination (META + shift + <) because the "<" sign because it needs me to hold shift to press it. But I should have tested it or communicated my confusion with the "<" selection, that's on me. I suggest that we change the input into something more accessible. Please let me know what you think. |
Yeah I think we gotta change it to something that'll work for more people, but is also somewhat intuitive. What about any of these
Whichever you go with, plz be sure to double-check that it doesn't conflict with native browser or OS behavior |
User Story
Acceptance Criteria
command
for Mac andwindows-logo
for WindowsEventForm
andSomedayEventForm
, where the description isDelete
and the shortcut isDEL
<
icon in theEventForm
, where the description isMove to sidebar
and the shortcut is[META] + SHIFT + <
. Replace[META]
with the correct meta icon for the platform (windows or command)Implementation Guidance
react-hotkeys-hook
Context
Delete
(Key.Delete
fromts-key-enum
).d
is needed for regular event titles/descriptions and[META] + DELETE
is the OS default for deleting characters behind a cursor.The text was updated successfully, but these errors were encountered: