Forum
Welcome, Guest
Please Login to access forum.
Re:access keys (1 viewing) 
Go to bottom
TOPIC: Re:access keys
#1708
Karl Dean
Fresh Boarder
Posts: 10
User Offline
access keys Karma: 0  
Hi

How do I remap the access keys on the screen reader?

Karl
 
Logged Logged  
  The administrator has disabled public write access.
#1709
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:access keys Karma: 79  
Hi Karl,

to change accesskeys you need to deal with the javascript file that renders the screen reader app.
If you have some skills i can forward more info.

John
 
Logged Logged  
  The administrator has disabled public write access.
#1719
Karl Dean
Fresh Boarder
Posts: 10
User Offline
Re:access keys Karma: 0  
Yes forward more info and I will try to do it.
 
Logged Logged  
  The administrator has disabled public write access.
#1720
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:access keys Karma: 79  
Hi Karl,


the main js file is at this path:
joomlapath\plugins\system\screenreader\screenreader\libraries\controller\controller.js

It's used to render buttons and it's minified, you can use a service like this to unminify it if needed:http://jsbeautifier.org/

you will find a code for each screen reader button to assign an accesskey as follow:

Code:

accesskey:"P"
You can change the letter to change the accesskey John
 
Logged Logged  
  The administrator has disabled public write access.
#1721
Karl Dean
Fresh Boarder
Posts: 10
User Offline
Re:access keys Karma: 0  
Cheers I have done it

Karl
 
Logged Logged  
  The administrator has disabled public write access.
Go to top