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

Commits on Oct 23, 2023

  1. feat: added keyboard shortcuts for making selections in UICode

    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 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1cda2ae View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. feat: added selection keyboard shortcuts with Ctrl to the UICode

    elements.
    
        - `Shift + Ctrl + Left`: move selection one word to the left
        - `Shift + Ctrl + Right`: move selection one word to the right
    s4my committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    170f857 View commit details
    Browse the repository at this point in the history