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

Is there anyway that we can change the 'CTRL+SPACE'(hints for robot keywords) to other combination? #118

Closed
9nehS opened this issue Jun 30, 2017 · 5 comments
Assignees
Milestone

Comments

@9nehS
Copy link

9nehS commented Jun 30, 2017

Hi, I am new to RED and used RIDE before. When I press CTRL+SPACE keys to activate hints for robot keywords an variables, my local input language will be triggered. Just want to know, is there anyway that we can change the 'CTRL+SPACE' to other combination so that it won't conflict with my input language?
I tried to search from eclipse > Window > Preferences > Keys, but failed to find 'CTRL+SPACE' for robot.

@michalanglart
Copy link
Collaborator

Hi,

currently RED does not use key binding from preferences. Ctrl+Space is hardcoded as for now; this combination is default and widely used by eclipse in general for presenting content assintance.

However I don't completely understand what makes the conflict in your case. Does your operating system react on Ctrl+Space in RED suites editor or is it a conflict inside your RED/eclipse installation?

@9nehS
Copy link
Author

9nehS commented Jun 30, 2017

Thanks for the reply, in Windows/Linux Chinese version, 'CTRL+SPACE' is the short cut to switch to Chinese inputs by default. If it is hardcoded in RED, I will change the short cut for Chinese inputs to others.

@michalanglart
Copy link
Collaborator

Ok, as a workaround please change your Windows settings.

It shouldn't be hard to change RED to use prefrences binding, however you'll need to wait for next release.

@michalanglart
Copy link
Collaborator

You may also be interested in this topic: https://superuser.com/questions/327479/ctrl-space-always-toggles-chinese-ime-windows-7

@modrz
Copy link
Contributor

modrz commented Jul 18, 2017

Changing default value for source editor tab can be done by "Content Assist" binding in Window > Preferences > Keys.
It has to be implemented for table editor tabs only.

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

4 participants