pub fn do_navigate_keypress(
key: usize,
shift_key: bool,
control_key: bool,
alt_key: bool,
meta_key: bool,
) -> Result<String>Expand description
Given a key code along with the modifier keys, the current node is moved accordingly (or value reported in some cases).
key is the keycode for the key (in JavaScript, ev.key_code)
The spoken text for the new current node is returned.