Accessibility Feature: Configurable Keyboard shortcut: toggleFullscreenOnfPress: V2#3270
Accessibility Feature: Configurable Keyboard shortcut: toggleFullscreenOnfPress: V2#3270Ketan2010 wants to merge 6 commits intoshaka-project:mainfrom
Conversation
|
@Ketan2010 you added |
|
@Ketan2010 and also I don't think you would need lines 1267 and 1269 also , because you are listening to keyboard event on window and it doesn't matter if any container element is active , you could directly call |
|
@Ketan2010 i am sorry for posting with long breaks, did you test the working of your code , that is when f is pressed it goes to full screen and video controls and seek bar shows up . |
|
@surajkumar-sk, Thanks you for all suggestions! |
|
@Ketan2010 I see that there are conflicts to be able to merge, can you rebase? |
|
Closing due to inactivity. |
Description
for better accessibility keyboard shortcuts need to be added. This PR gives implementation of keyboard shortcut (f) which toggles fullscreen view of video. Which can be configured as existing UIConfigurations as follow.
Defaults to
falseSuch more shortcuts can be implemented for other frequent controls like Picture in Picture, Mute and Unmute, Captions etc.
Fixes # (partially)
#3223
Screenshots (optional)
Type of change
Checklist: