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

Universal file dialog interface? #348

Closed
kendonB opened this issue Dec 14, 2018 · 1 comment
Closed

Universal file dialog interface? #348

kendonB opened this issue Dec 14, 2018 · 1 comment
Labels
New Feature A new feature that is not currently implemented.

Comments

@kendonB
Copy link
Collaborator

kendonB commented Dec 14, 2018

I use the following commands (or slight variants) in some AppContexts for navigating through a file dialog box. Is there a way to make this universal? Particularly the file list, navigation pane, and filename specs where the number of f6s can vary across file dialog boxes.

	"get up":                                
	    R(Key("a-up"), rdescript="RStudio: Navigate up"),
	"get back":                           
	    R(Key("a-left"), rdescript="RStudio: Navigate back"),
	"get forward":                        
	    R(Key("a-right"), rdescript="RStudio: Navigate forward"),
	"file list":                         
	    R(Key("a-d, f6, f6, f6"), rdescript="RStudio: Files list"),
	"navigation pane":                   
	    R(Key("a-d, f6, f6"), rdescript="RStudio: Navigation pane"),
	"filename":                   
	    R(Key("a-d, f6, f6, f6, f6, f6"), rdescript="RStudio: File name"),
@LexiconCode
Copy link
Member

LexiconCode commented Dec 15, 2018

I see dialogues are outside AppContexts.

@LexiconCode LexiconCode added the New Feature A new feature that is not currently implemented. label Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature A new feature that is not currently implemented.
Projects
None yet
Development

No branches or pull requests

2 participants