summary: pressing the fn key will now enforce the Keyboard Strategy on a per move basis.
useful for apps with custom UI like Things. you'll be able to use the Accessibility Strategy within inputs (text manipulation)
and by pressing fn you'll be able to use the Keyboard Strategy and move between inputs. it will be useful also
now that CTRL-D etc. are implemented for the Accessibility Strategy. CTRL-D will now move
the caret like Vim in text areas, but add fn and it will scroll the UI through the scrollbars instead.
you probably have no idea what i'm talking about.
improve
- Accessibility Strategy Normal Mode
H,LandMwill not scroll anymore and now behave mostly like Vim
new
- pressing
fn/on any move will now enforce the move to be treated through the Keyboard Strategy - Accessibility Strategy Normal Mode
<Enter> - Accessibility Strategy Normal Mode
CTRL-B - Accessibility Strategy Normal Mode
CTRL-D - Accessibility Strategy Normal Mode
CTRL-F - Accessibility Strategy Normal Mode
CTRL-U - Accessibility Strategy Normal Mode
<PageDown> - Accessibility Strategy Normal Mode
<PageUp> - Accessibility Strategy Normal Mode
<S-Down> - Accessibility Strategy Normal Mode
<S-Up> - Accessibility Strategy Visual Mode
<Enter> - Keyboard Strategy Normal Mode
<Enter> - Keyboard Strategy Normal Mode
<PageDown> - Keyboard Strategy Normal Mode
<PageUp> - Keyboard Strategy Normal Mode
<S-Down> - Keyboard Strategy Normal Mode
<S-Up> - Keyboard Strategy Visual Mode
<Enter>