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

feat: added keyboard shortcuts for making selections in UICode elements. #153

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

s4my
Copy link
Contributor

@s4my s4my commented Oct 22, 2023

  • Shift + Left: move the selection to the left
  • Shift + Right: move the selection to the right
  • Shift + Up: move the selection up
  • Shift + Down: move the selection down
  • Shift + Home: move the selection to the beginning of the line
  • Shift + End: move the selection to the end of the line
  • Shift + Page Up: move the selection one page up
  • Shift + Page Down: move the selection one page down
  • Shift + Ctrl + Left: move selection one word to the left
  • Shift + Ctrl + Right: move selection one word to the right

elements.

    - `Shift + Left`: move the selection to the left
    - `Shift + Right`: move the selection to the right
    - `Shift + Up`: move the selection up
    - `Shift + Down`: move the selection down
    - `Shift + Home`: move the selection to the beginning of the line
    - `Shift + End`: move the selection to the end of the line
    - `Shift + Page Up`: move the selection one page up
    - `Shift + Page Down`: move the selection one page down
@s4my s4my force-pushed the feat/UICodeSelection branch 3 times, most recently from e1fd020 to bc77076 Compare October 24, 2023 02:31
elements.

    - `Shift + Ctrl + Left`: move selection one word to the left
    - `Shift + Ctrl + Right`: move selection one word to the right
@nakst nakst merged commit 6073595 into nakst:master Oct 27, 2023
1 check passed
@s4my s4my deleted the feat/UICodeSelection branch October 27, 2023 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants