Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmd+Left and Cmd+Right do not work, they just beep #11

Open
jcowgar opened this issue Jun 28, 2015 · 1 comment
Open

Cmd+Left and Cmd+Right do not work, they just beep #11

jcowgar opened this issue Jun 28, 2015 · 1 comment

Comments

@jcowgar
Copy link
Collaborator

jcowgar commented Jun 28, 2015

Ctrl+A, Ctrl+E also. Should probably find a list of common keyboard commands.

jcowgar added a commit that referenced this issue Jun 28, 2015
Subclassed so we do not have to begin adding a lot of methods to the Window namespace such as WndEditor.MoveToEndOfLine.
jcowgar added a commit that referenced this issue Jun 28, 2015
@jcowgar
Copy link
Collaborator Author

jcowgar commented Jun 28, 2015

These work in the Xojo IDE but not in XsEdit, wonder if they should?

  • Ctrl-T = Transpose characters
  • Ctrl-O = Open new line right where you are
  • Ctrl-K = Delete from cursor to the end of the line
  • Ctrl-Y = Yank back in your last delete
  • Ctrl-P = Previous Line
  • Ctrl-N = Next Line
  • Ctrl-F = Forward 1 character
  • Ctrl-B = Backward 1 character
  • Ctrl-D = Delete
  • Ctrl-H = Backspace actually Deletes, not backspaces
  • Opt+Delete = Delete from cursor to the end of the current word
  • Cmd+Backspace = Delete from cursor to beginning of line
  • Opt+Up = Up 1 line at a time at the beginning of the line this goes to top of document
  • Opt+Down = Down 1 line at a time at the end of the line this goes to bottom of document
  • Shift+Ctrl+Right = Select from cursor to the end of the line selects next character
  • Shift+Ctrl+Left = Select from the cursor to the beginning of the line selects previous character

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant