-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Suggestions for improving Kiwix-server for blind people #1072
Comments
@patrick-emmabuntus Thank you for your issue, here a few remarks:
|
Hi @kelson42
accesskey is simply a command in an html file to define the function key that will be associated with this button. Nothing more so just put in the html tag of the button accesskey="x". When the user presses alt+shift and X in this example this will launch the command associated with this button
I'll try but I've never done this. |
Hello @kelson42 I created a fork of the main branch, but when I compile this I have a package called libkiwix10_0.0.0_amd64.deb. This is not normal, personally on Debian 12 the package is called libkiwix11_11.0.0-2+b2_amd64.deb: https://packages.debian.org/bookworm/libkiwix11 Next time, I compile the sources before making changes in the code, because there were files that we changed names and it's not easy to find them. Which branch should I use to make the pull request? |
@patrick-emmabuntus Sorry for late feedback. I don't know what your are doing as I don't have the command your run. What is sure is that creating a deb file is not part of the standard compilation. Please read the
You can use/call your branch like you want, I just want only the changes related to this issue. If you have other ideas of improvements, let us treat this in a different issue/PR. |
@patrick-emmabuntus Finally I made the PR myself to finaly be able to move forward. That said, this is really better if possible if people make their PR themselves. Thank you anyway for your patience. |
Hello the Kiwix team,
To allow Kiwix-server to add accessibility functions for the blind people, I suggest you add shortcuts in the template files for pages read by the Kiwix server in the Kiwix common functions library.
For this I suggest you use the word "accesskey" to define these shortcuts, see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey
Of course, there is a risk of conflict of these shortcuts with Browsers or the screen reader.
In my case with Orca and Firefox, I used the following keys:
Here are the patch files used to do this libkiwix.tar.gz
The text was updated successfully, but these errors were encountered: