Personalised function keys for better accessibility, specifically for using WordPad
- A docked screen magnifier
- Includes a frame around the mouse showing what will be magnified
- Collision detection between the frame and the magnified window
- Win + f toggles the ability to resize the magnifier
- drMagSettings.ini (created by drMagnifier) contains saved magnifier settings
- An input reader (reads each word typed out loud)
- Remapped function keys (HotKeys)
- If you haven't downloaded AutoHotKey then you can still run F-Access using the executable scripts inside releases
- Keep all the .ahk scripts together in the same folder (same for the .exe compiled scripts)
- Run drHotKeys to start F-Access
- Run drClose to close F-Access or alternatively exit drHotKeys from the taskbar
If you want the scripts to run upon startup then:
- Open the startup folder using Win + r and enter
shell:StartUp
- Create a shortcut inside this folder to the location of drHotKeys
F1 = Open new wordpad document
F2 = Open saved wordpad document
F3 = Toggle windows dictation on and off
F4 = Read the contents of the open wordpad document out loud
F5 = Print (same as ctrl + p, enter)
F6 = Save (same as ctrl + s)
F7 = Toggle magnifier visibility
F8 = Toggle input reader running
F9 =
F10 =
F11 =
F12 = Restart all scripts
NumPad Add = Zoom magnifier in (if running) - otherwise normal zoom in
NumPad Sub = Zoom magnifier out (if running) - otherwise normal zoom out
When F5 is pressed for printing it checks if the default printer is offline - if this is the case then the print is prevented. This doesn't work for all types of printers, therefore Alt + F5 can be used to disable the offline printer check.