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

support keyboard resizing of splitters #3

Merged
merged 1 commit into from
Jan 15, 2020

Conversation

gtritchie
Copy link
Member

RStudio specific feature. Keyboard resizing of splitters. When enabled, splitters have tabindex of -1, meaning they can have focus programmatically set, then they will respond to arrow keys. Use Shift+Arrow keys to move in 1-unit increments.

To use, must give focus to the splitter in code (tabindex is -1 to can't just tab to it), then use arrows keys to make larger adjustments. Shift+Arrow keys will move one pixel at a time. There's no "done" or "cancel" gesture, just move elsewhere when complete.
@gtritchie
Copy link
Member Author

Will be reviewed as part of the associated RStudio changes.

@gtritchie gtritchie merged commit d1e9652 into rstudio/v1.3 Jan 15, 2020
gtritchie added a commit to rstudio/rstudio that referenced this pull request Jan 15, 2020
- see rstudio/gwt#3 for associated GWT change
- made the change delta a constant, used both in RStudio and passed into GWT
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.

1 participant