Skip to content

support emacs-like shortcuts

Rafał Mikrut requested to merge github/fork/Howardw3/emacs_like_shortcuts into master

Created by: Howardw3

For non-MacOS, the default shortcuts is empty. For MacOS user, it will re-enable the system cursor shortcuts in Godot Editor.

  • Move cursor forward: Ctrl + F
  • Move cursor backward: Ctrl + B
  • Move cursor up: Ctrl + P
  • Move cursor down: Ctrl + N
  • Delete char: Ctrl + D

Thanks DrMoriarty

Merge request reports