add more navigation commands and update speakup layout

This commit is contained in:
Chrys
2022-07-13 16:33:16 +02:00
parent cc4e0915dd
commit cb6b66b400
5 changed files with 66 additions and 4 deletions

View File

@ -32,6 +32,8 @@ KEY_FENRIR,KEY_KP5=curr_screen
KEY_FENRIR,KEY_KP8=curr_screen_before_cursor
KEY_FENRIR,KEY_KP2=curr_screen_after_cursor
#=cursor_read_to_end_of_line
#=review_screen_last_char
#=review_screen_first_char
#=cursor_column
#=cursor_lineno
#=braille_flush

View File

@ -79,10 +79,10 @@ KEY_FENRIR,KEY_KP9=review_bottom
KEY_FENRIR,KEY_KP3=review_top
# InsKeyPad-7 Move reading cursor to left edge of screen (insert home)
# TODO
KEY_FENRIR,KEY_KP7=review_screen_first_char
# InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
# TODO
KEY_FENRIR,KEY_KP1=review_screen_last_char
# ControlKeyPad-1 Move reading cursor to last character on current line.
KEY_CTRL,KEY_KP1=review_line_end