SrcEdit version 2.4.2+Keyboard Appendix |
About this document Updated 2/3-2005b |
The keyboard support in SrcEdit is mostly about cursor key navigation: the ability to use Shift to select, Ctrl to move word by word, Cmd to larger amounts, Del to delete the character to the right, Tab to indent selected lines, Shift-Tab to un-indent selected lines, etc.
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen.
[Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor.
[Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor.
[Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor.
[Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor.
[Ctrl][Up] Scrolls the view up one line (unless the top of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the bottommost visible line at the same character position in the line (if possible).
[Ctrl][Down] Scrolls the view up down line (unless the bottom of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the topmost visible line at the same character position in the line (if possible).
[Ctrl][Left] Moves the cursor to the beginning of the previous word. If the cursor is at the first word in the line, the cursor moves to the last word of the previous line. The view adjusts if the cursor moves off-screen.
[Ctrl][Right] Moves the cursor to the beginning of the next word. If the cursor is at the last word in the line, the cursor moves to the first word of the next line. The view adjusts if the cursor moves off-screen.
[Cmd][Up] Moves the cursor to before the first character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Down] Moves the cursor to after the last character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Left] Moves the cursor to the beginning of the current line. The view adjusts if the cursor moves off-screen. This is the [Home] key.
[Cmd][Right] Moves the cursor to the end of the current line. The view adjusts if the cursor moves off-screen. This is the [End] key.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line).
[PageLeft] Not supported.
[PageRight] Not supported.
[Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line.
[Tab] If there is a selection then [Tab] indents (add one tab to the beginning of each selected line), otherwise it will just insert a tab in the text.
[Shift][Tab] If there is a selection [Shift][Tab] will removes one tab if it is possible from the beginning of each selected line, otherwise it will move the cursor in a tab sized step towards the beginning of the line.
Users Manual: Menu/Options/Keyboard Support
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen.
[Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor.
* Use [blue Fn] as [Shift].
[Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor.
* Use [blue Fn] as [Shift].
[Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor.
[Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor.
[Ctrl][Up] Scrolls the view up one line (unless the top of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the bottommost visible line at the same character position in the line (if possible).
[Ctrl][Down] Scrolls the view up down line (unless the bottom of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the topmost visible line at the same character position in the line (if possible).
[Ctrl][Left] Moves the cursor to the beginning of the previous word. If the cursor is at the first word in the line, the cursor moves to the last word of the previous line. The view adjusts if the cursor moves off-screen.
[Ctrl][Right] Moves the cursor to the beginning of the next word. If the cursor is at the last word in the line, the cursor moves to the first word of the next line. The view adjusts if the cursor moves off-screen.
[Cmd][Up] Moves the cursor to before the first character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Down] Moves the cursor to after the last character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Left] Moves the cursor to the beginning of the current line. The view adjusts if the cursor moves off-screen. This is the [Home] key.
[Cmd][Right] Moves the cursor to the end of the current line. The view adjusts if the cursor moves off-screen. This is the [End] key.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line).
[PageLeft] Not supported.
[PageRight] Not supported.
[Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line.
[Tab] If there is a selection then [Tab] indents (add one tab to the beginning of each selected line), otherwise it will just insert a tab in the text.
[Shift][Tab] If there is a selection [Shift][Tab] will removes one tab if it is possible from the beginning of each selected line, otherwise it will move the cursor in a tab sized step towards the beginning of the line.
Users Manual: Menu/Options/Keyboard Support
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen.
[Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor.
[Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor.
[Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor.
[Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor.
[Ctrl][Up] Scrolls the view up one line (unless the top of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the bottommost visible line at the same character position in the line (if possible).
[Ctrl][Down] Scrolls the view up down line (unless the bottom of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the topmost visible line at the same character position in the line (if possible).
[Ctrl][Left] Moves the cursor to the beginning of the previous word. If the cursor is at the first word in the line, the cursor moves to the last word of the previous line. The view adjusts if the cursor moves off-screen.
[Ctrl][Right] Moves the cursor to the beginning of the next word. If the cursor is at the last word in the line, the cursor moves to the first word of the next line. The view adjusts if the cursor moves off-screen.
[Cmd][Up] Moves the cursor to before the first character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Down] Moves the cursor to after the last character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Left] Moves the cursor to the beginning of the current line. The view adjusts if the cursor moves off-screen. This is the [Home] key.
[Cmd][Right] Moves the cursor to the end of the current line. The view adjusts if the cursor moves off-screen. This is the [End] key.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line).
[PageLeft] Scrolls the Screen to the left. Does NOT move the cursor.
[PageRight] Scrolls the Screen to the right. Does NOT move the cursor.
[Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line.
[Tab] If there is a selection then [Tab] indents (add one tab to the beginning of each selected line), otherwise it will just insert a tab in the text.
[Shift][Tab] If there is a selection [Shift][Tab] will removes one tab if it is possible from the beginning of each selected line, otherwise it will move the cursor in a tab sized step towards the beginning of the line.
Users Manual: Menu/Options/Keyboard Support
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen.
[Shift][Up] Not supported.
[Shift][Down] Not supported.
[Shift][Left] Not supported.
[Shift][Right] Not supported.
[Ctrl][Up] Not supported.
[Ctrl][Down] Not supported.
[Ctrl][Left] Not supported.
[Ctrl][Right] Not supported.
[Cmd][Up] Not supported.
[Cmd][Down] Not supported.
[Cmd][Left] Not supported.
[Cmd][Right] Not supported.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line).
[PageLeft] Not supported.
[PageRight] Not supported.
[Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line.
[Tab] If there is a selection then [Tab] indents (add one tab to the beginning of each selected line), otherwise it will just insert a tab in the text.
[Shift][Tab] Not supported.
Users Manual: Menu/Options/Keyboard Support
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen.
[Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor.
[Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor.
[Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor.
[Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor.
[Ctrl][Up] Not supported.
[Ctrl][Down] Not supported.
[Ctrl][Left] Not supported.
[Ctrl][Right] Not supported.
[Cmd][Up] Moves the cursor to before the first character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Down] Moves the cursor to after the last character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Left] Moves the cursor to the beginning of the current line. The view adjusts if the cursor moves off-screen. This is the [Home] key.
[Cmd][Right] Moves the cursor to the end of the current line. The view adjusts if the cursor moves off-screen. This is the [End] key.
[PageUp] Not supported.
[PageDown] Not supported.
[PageLeft] Not supported.
[PageRight] Not supported.
[Del] Not supported.
[Tab] If there is a selection then [Tab] indents (add one tab to the beginning of each selected line), otherwise it will just insert a tab in the text.
[Shift][Tab] Not supported.
Users Manual: Menu/Options/Keyboard Support
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen.
[Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor.
[Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor.
[Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor.
[Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor.
[Ctrl][Up] Scrolls the view up one line (unless the top of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the bottommost visible line at the same character position in the line (if possible).
[Ctrl][Down] Scrolls the view up down line (unless the bottom of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the topmost visible line at the same character position in the line (if possible).
[Ctrl][Left] Moves the cursor to the beginning of the previous word. If the cursor is at the first word in the line, the cursor moves to the last word of the previous line. The view adjusts if the cursor moves off-screen.
[Ctrl][Right] Moves the cursor to the beginning of the next word. If the cursor is at the last word in the line, the cursor moves to the first word of the next line. The view adjusts if the cursor moves off-screen.
[Cmd][Up] Moves the cursor to before the first character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Down] Moves the cursor to after the last character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Left] Moves the cursor to the beginning of the current line. The view adjusts if the cursor moves off-screen. This is the [Home] key.
[Cmd][Right] Moves the cursor to the end of the current line. The view adjusts if the cursor moves off-screen. This is the [End] key.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line).
[PageLeft] Not supported.
[PageRight] Not supported.
[Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line.
[Tab] Not supported.
[Shift][Tab] Not supported.
Users Manual: Menu/Options/Keyboard Support
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen.
[Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor.
[Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor.
[Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor.
[Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor.
[Ctrl][Up] Scrolls the view up one line (unless the top of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the bottommost visible line at the same character position in the line (if possible).
[Ctrl][Down] Scrolls the view up down line (unless the bottom of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the topmost visible line at the same character position in the line (if possible).
[Ctrl][Right] Moves the cursor to the beginning of the next word. If the cursor is at the last word in the line, the cursor moves to the first word of the next line. The view adjusts if the cursor moves off-screen.
[Cmd][Up] Moves the cursor to before the first character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Down] Moves the cursor to after the last character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Left] Moves the cursor to the beginning of the current line. The view adjusts if the cursor moves off-screen. This is the [Home] key.
[Cmd][Right] Moves the cursor to the end of the current line. The view adjusts if the cursor moves off-screen. This is the [End] key.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line). [PageLeft] Not supported. [PageRight] Not supported. [Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line. [Tab] Not supported. [Shift][Tab] Not supported.
Users Manual: Menu/Options/Keyboard Support PEG-NR70 Internal Keyboard[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen. [Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen. [Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen. [Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen. [Shift][Up] Not supported. [Shift][Down] Not supported. [Shift][Left] Not supported. [Shift][Right] Not supported. [Ctrl][Up] Not supported. [Ctrl][Down] Not supported. [Ctrl][Left] Not supported. [Ctrl][Right] Not supported.
[Cmd][Up] Moves the cursor to before the first character of the document. The view adjusts if the cursor moves off-screen.
[Cmd][Down] Moves the cursor to after the last character of the document. The view adjusts if the cursor moves off-screen. [Cmd][Left] Not supported. [Cmd][Right] Not supported.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line). [PageLeft] Not supported. [PageRight] Not supported. [Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line. [Tab] If there is a selection then [Tab] indents (add one tab to the beginning of each selected line), otherwise it will just insert a tab in the text.
[Shift][Tab] If there is a selection [Shift][Tab] will removes one tab if it is possible from the beginning of each selected line, otherwise it will move the cursor in a tab sized step towards the beginning of the line.
Users Manual: Menu/Options/Keyboard Support Treo90 Internal Keyboard
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen. [Left] Not supported. [Right] Not supported.
[Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor.
[Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor. [Shift][Left] Not supported. [Shift][Right] Not supported. [Ctrl][Up] Not supported. [Ctrl][Down] Not supported. [Ctrl][Left] Not supported. [Ctrl][Right] Not supported. [Cmd][Up] Not supported. [Cmd][Down] Not supported. [Cmd][Left] Not supported. [Cmd][Right] Not supported.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line). [PageLeft] Not supported. [PageRight] Not supported.
[Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line. [Tab] Not supported. [Shift][Tab] Not supported.
Users Manual: Menu/Options/Keyboard Support Treo600 Internal Keyboard
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen. [Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor. [Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor. [Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor. [Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor. [Ctrl][Up] Not supported. [Ctrl][Down] Not supported.
[Ctrl][Left] Moves the cursor to the beginning of the previous word. If the cursor is at the first word in the line, the cursor moves to the last word of the previous line. The view adjusts if the cursor moves off-screen.
[Ctrl][Right] Moves the cursor to the beginning of the next word. If the cursor is at the last word in the line, the cursor moves to the first word of the next line. The view adjusts if the cursor moves off-screen. [Cmd][Up] Not supported. [Cmd][Down] Not supported. [Cmd][Left] Not supported. [Cmd][Right] Not supported.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line). [PageLeft] Not supported. [PageRight] Not supported.
[Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line.
[Tab] If there is a selection then [Tab] indents (add one tab to the beginning of each selected line), otherwise it will just insert a tab in the text.
[Shift][Tab] If there is a selection [Shift][Tab] will removes one tab if it is possible from the beginning of each selected line, otherwise it will move the cursor in a tab sized step towards the beginning of the line.
Users Manual: Menu/Options/Keyboard Support Alphasmart Dana Internal Keyboard[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen. [Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen. [Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen. [Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen. [Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor. [Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor. [Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor. [Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor. [Ctrl][Up] Scrolls the view up one line (unless the top of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the bottommost visible line at the same character position in the line (if possible). [Ctrl][Down] Scrolls the view up down line (unless the bottom of the document is already visible). The cursor will not move unless it scrolls from view, at which time it will move to the topmost visible line at the same character position in the line (if possible). [Ctrl][Left] Moves the cursor to the beginning of the previous word. If the cursor is at the first word in the line, the cursor moves to the last word of the previous line. The view adjusts if the cursor moves off-screen. [Ctrl][Right] Moves the cursor to the beginning of the next word. If the cursor is at the last word in the line, the cursor moves to the first word of the next line. The view adjusts if the cursor moves off-screen. [Cmd][Up] Moves the cursor to before the first character of the document. The view adjusts if the cursor moves off-screen. [Cmd][Down] Moves the cursor to after the last character of the document. The view adjusts if the cursor moves off-screen. [Cmd][Left] Moves the cursor to the beginning of the current line. The view adjusts if the cursor moves off-screen. This is the [Home] key. [Cmd][Right] Moves the cursor to the end of the current line. The view adjusts if the cursor moves off-screen. This is the [End] key.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line).
[PageLeft] Scrolls the Screen to the left. Does NOT move the cursor.
[PageRight] Scrolls the Screen to the right. Does NOT move the cursor. [Del] Deletes the character to the right of the cursor. If the cursor is at the end of a line, this moves the contents of the following line into the current line. [Tab] If there is a selection then [Tab] indents (add one tab to the beginning of each selected line), otherwise it will just insert a tab in the text. [Shift][Tab] If there is a selection [Shift][Tab] will removes one tab if it is possible from the beginning of each selected line, otherwise it will move the cursor in a tab sized step towards the beginning of the line.
Users Manual: Menu/Options/Keyboard Support Tapwave Zodiac
[Up] Moves the cursor to the previous line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Down] Moves the cursor to the next line at the same character position in the line (if possible). The view adjusts if the cursor moves off-screen.
[Left] Moves the cursor one character to the left. If the cursor is at the beginning of the line, the cursor moves to the end of the previous line. The view adjusts if the cursor moves off-screen.
[Right] Moves the cursor one character to the right. If the cursor is at the end of the line, the cursor moves to the beginning of the next line. The view adjusts if the cursor moves off-screen.
[Shift][Up] Adds the preceding line to the selection if moving away from the cursor or removes the bottom line of the selection if moving towards the cursor.
[Shift][Down] Adds the suceeding line to the selection if moving away from the cursor or removes the top line of the selection if moving towards the cursor.
[Shift][Left] Adds the preceding character to the selection if moving away from the cursor or removes the last character of the selection if moving towards the cursor.
[Shift][Right] Adds the suceeding character to the selection if moving away from the cursor or removes the first character of the selection if moving towards the cursor. [Ctrl][Up] Not supported. [Ctrl][Down] Not supported. [Ctrl][Left] Not supported. [Ctrl][Right] Not supported. [Cmd][Up] Not supported. [Cmd][Down] Not supported. [Cmd][Left] Not supported. [Cmd][Right] Not supported.
[PageUp] Moves the cursor up one Page. The view adjusts so that the topmost visible line moves just off-screen to the bottom (i.e. if line 20 was the topmost visible line, after a [PageUp] line 19 would be the bottommost visible line).
[PageDown] Moves the cursor down one Page. The view adjusts so that the bottommost visible line moves just off-screen to the top (i.e. if line 20 was the bottommost visible line, after a [PageDown] line 21 would be the topmost visible line).
[PageLeft] Scrolls the Screen to the left. Does NOT move the cursor.
[PageRight] Scrolls the Screen to the right. Does NOT move the cursor. [Del] Not supported [Tab] Not supported [Shift][Tab] Not supported
Users Manual: Menu/Options/Keyboard Support
|