Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We all know that we can use Ctrl + Shift + R to search any file in the workspace. But today, I surprisingly found out that it is not working anymore.

Ctrl + Shift + H and Ctrl + Shift + T are working though.

I believe I am missing a setting somewhere possibly in Window -> Customise Perspective menu. Not sure what is it exactly.

Any help is appreciated.

share|improve this question

8 Answers

up vote 7 down vote accepted

Just realized this morning that I have a screen capture tool called Snagit installed which uses the same key combination to start capture.

When I closed Snagit, Ctrl + Shift + R is back in action in Eclipse.

But not sure why the same Ctrl + Shift + R did not even open Snagit last week when I tied so hard. May be Snagit was not running last week!

share|improve this answer
Ran into the same problem. Did you replace SnagIt, close it, or just change its hotkeys? – Matthew Doucette Jan 10 '12 at 14:41
I just closed SnagIt application at that time to get going. Eventually my trail version got expired and hence I uninstalled SnagIt. – Chaitanya M Jan 10 '12 at 21:33
1  
I've just experienced the exact same problem this morning. I now just need to raise a ticket to get Snagit uninstalled from my machine then wait for about 20 days for it to be actioned. It's a brave new world we live in with everything being locked down :) – Desolate Planet Feb 27 '12 at 10:56
I found UISpy was also creates trouble for the ctrl+shift+R hotkey – Edge May 1 '12 at 13:17

Do you have any AddOns installed? check if any of these overrites the Key combination and change it if though. If this doesnt help then check the Eclipse settings.

share|improve this answer
I just have SVN and Ivy plug-ins. – Chaitanya M Apr 20 '11 at 4:47
check the configurations if any of them uses the Ctrl + Shift + R. if not check the ones of eclipse maby its the combination was changed, check this site: wiki.eclipse.org/… – CloudyMarble Apr 20 '11 at 4:52
I could see it at Window > Preferences > General > Editor > Keys page. I could also see it is having same category and when values like Ctrl Shift H and Ctrl Shift T. Still it is not working. – Chaitanya M Apr 20 '11 at 4:59

I had the same problem in Eclipse. And it occured when I reopened my Workspace. In my case, when I re-started eclipse, the workspace opened in J2EE perspective by default. Ctrl+Shift+R does not work in this perspective. I changed my perspective to 'Java' and it started working again.

Maybe you have the same issue.

share|improve this answer

If it is Mac then you may have to use CMD + Shift + R.

share|improve this answer
Not Mac. I am on Windows xp. – Chaitanya M Apr 20 '11 at 4:48

we are able to resolve the issue.

Please refer the following link. http://feedback.techsmith.com/techsmith/topics/snagit_ctrl_shift_r

There is a video to modify the global short cut keys. http://screencast.com/t/ZoRbzhtHOXk7

Go to SnagIt -> Tools -> Program Preferences modify the keyboard short cut key combination as you needed.

Thanks, Sundaravadivel Govindarajan.

share|improve this answer

A window manager application 4tray Minimizer interferes with Ctrl + Shift + R by default.

share|improve this answer
I am not using 4tray Minimizer anyway. – Chaitanya M Jan 9 '12 at 21:42

Maybe other plug-in also defines that key binding. Use Ctrl + Shift + L to list all available shortcuts on the current context to check the whether someone conflicts with the JDT's.

share|improve this answer
Tried this too. The opened list of all shortcuts lists Ctrl+Shift+R against Open Resource. – Chaitanya M Apr 20 '11 at 21:33
Could you find any error information in the 'Error log' view after typing ctrl+shift+l? – Kane Apr 21 '11 at 5:16
I shall try and let you know soon. – Chaitanya M Apr 24 '11 at 4:17
Got it solved. Thanks Kane. – Chaitanya M Apr 25 '11 at 22:21

I also faced the same issue and managed to resolve it by following steps:

Open or search Snagit 9.

Click Tools > Program Preferences

Un-check or remove check boxes under 'Repeat last capture hotkey' and click OK.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.