-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: LEAP-1737: Add keyboard shortcut for audio play/pause action #6863
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
Conversation
Added "ctrl+p" (or "command+p" on Mac) to toggle audio play and pause. Updated keymap.json and integrated hotkey behavior in AudioUltra view for better usability.
✅ Deploy Preview for label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for heartex-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Introduce hotkey scope support across components to better modularize and standardize hotkey behavior. Updated references to use `Hotkey.ALL_SCOPES` for consistent functionality across default and input scopes. Adjustments include changes in handling, attachment, and removal of scoped hotkeys.
/git merge develop
|
/git merge develop
|
/git merge develop
|
Changed the shortcut for "media:playpause" from "alt+space" to "ctrl+alt+space" to prevent conflicts with existing shortcuts in Windows.
…m/heartexlabs/label-studio into fb-leap-1737/playpause-audio-hotkey
Added "ctrl+p" (or "command+p" on Mac) to toggle audio play and pause. Updated keymap.json and integrated hotkey behavior in AudioUltra view for better usability.
Upd:
control
+space
asalt
+space
didn't work.ControlButton
,Button
and `useHotkey``media:playpause
hotkey