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

keep focus on terminal #16

Open
rpietro opened this issue Nov 7, 2015 · 9 comments
Open

keep focus on terminal #16

rpietro opened this issue Nov 7, 2015 · 9 comments

Comments

@rpietro
Copy link

rpietro commented Nov 7, 2015

Hi, am using atom-r-exec for mac, running on iterm. have been trying to keep the cursor focused on the terminal, but this doesn't seem to work. have tried to setings page as well as adding 'atom.config.set('r-exec.focusWindow', false)' to init.coffee

any thoughts? thanks

@pimentel
Copy link
Owner

pimentel commented Nov 7, 2015

the variable r-exec.focusWindow is meant to focus the window only after the command has been sent.

if I am understanding you correctly, 1 way you can do this is by changing the settings in iterm to follow the cursor.

@pimentel
Copy link
Owner

hey @rpietro any thoughts on this? i'd like to help if possible

@dtenenba
Copy link

I have the exact opposite problem. With r-exec.focusWindow set to false the focus still shifts to iTerm each time I press command-enter.
I would like the focus to stay with atom.

@pimentel
Copy link
Owner

That is strange, @dtenenba. Thanks for reporting. Is this a constant issue or does it only happen sometimes? Any other symptoms when it happens?

@dtenenba
Copy link

I don't see any other symptoms. It is constant.

@pimentel
Copy link
Owner

@dtenenba I just looked at the code and I think I know the issue. I will try to fix it this weekend.

@pimentel
Copy link
Owner

@dtenenba fixed in the development version. I'm going to fix a few other minor bugs and make that option you requested in the other thread, then push the new version in the coming days.

@dtenenba
Copy link

@pimentel It works for me! Thanks! Close if you see fit....

@dtenenba
Copy link

@pimentel Actually it seems broken again with the development version. Once again it is changing the focus to iTerm despite the Focus Windows checkbox not being checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants