7

I am working with PyCharm 3.0.1. When trying to refactor literals with Shift+F6 and pressing Refactor button i am forwarded to preview window where i have to click Refactor button with a mouse to actually apply refactoring.

enter image description here

Is there any way to skip this preview window and get rid of using mouse?

singleton
  • 326
  • 2
  • 13

1 Answers1

6

You can't skip it as far as I recall, but you can not use a mouse. When the pop-up screen comes up, press ALT + R (underline under R), and then ALT + D (underline under D).

Games Brainiac
  • 80,178
  • 33
  • 141
  • 199