serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Implemented basic access_key_label function.

Open bokendell opened this issue 10 months ago • 2 comments

This contribution is mainly due to a group project from the University of Utah CS4560 class.

The access_key_label function implementation was started and tested to provide the desired output. There are comments and debug lines included in the method, as we were not sure what the system modifier key was for serenity or how to get it per each OS. The same follows for determining a valid system key. The method defaults to providing "Alt+{access_key}" as the access_key_label and an empty string if not access_key is found.

Documentation followed: https://html.spec.whatwg.org/multipage/interaction.html#dom-accesskeylabel

bokendell avatar Apr 21 '24 03:04 bokendell

Hello!

One or more of the commit messages in this PR do not match the SerenityOS code submission policy, please check the lint_commits CI job for more details on which commits were flagged and why. Please do not close this PR and open another, instead modify your commit message(s) with git commit --amend and force push those changes to update this PR.

BuggieBot avatar Apr 21 '24 03:04 BuggieBot

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

stale[bot] avatar May 22 '24 00:05 stale[bot]

This pull request has been closed because it has not had recent activity. Feel free to re-open if you wish to still contribute these changes. Thank you for your contributions!

stale[bot] avatar Jun 02 '24 13:06 stale[bot]