Skip to content
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

Show keyboard shortcuts in a consistent order in help #134

Merged
merged 1 commit into from
Aug 2, 2020
Merged

Show keyboard shortcuts in a consistent order in help #134

merged 1 commit into from
Aug 2, 2020

Conversation

DavidSpickett
Copy link
Contributor

Perl's hash variables are not ordered so each
time we run the CGI script for the help page
we may get a different order.

This caused bindings and names to appear
differently on each reload.

To fix this sort by keys when generating the
shortcut tables.

Fixes #133

Perl's hash variables are not ordered so each
time we run the CGI script for the help page
we may get a different order.

This caused bindings and names to appear
differently on each reload.

To fix this sort by keys when generating the
shortcut tables.

Fixes #133
@tats tats merged commit 8911c57 into tats:master Aug 2, 2020
@tats
Copy link
Owner

tats commented Aug 2, 2020

Merged. Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keys displayed in help change order on reload
2 participants