Keyboard shortcuts not working

Answered

Hi,

I've started evaluating PyCharm (mac) and noticed that multiple shortcuts are not working. 

Some examples:

- Command key + UP - doesn't stretch the tool window

- Option key + Command key + V - doesn't activate/deactivate Vim plugin

Do you experience similar problems or maybe you know why it's happening.

Cheers,

Marcin.

2
10 comments

Hi Marcin! There's a collision between Vim plugin activate/deactivate hotkey and default Refactor -> Extract -> Variable. Try to remove or change the second one.

 

⌘ + UP is Jump to Navigation Bar by default, what keymap do you use? You can redefine the hotkey action within Settings -> Keymap.

1

Hi Pavel,

Thanks. That makes sense - Vim plugin hotkey not working.

The second one - I actually made a mistake - the hotkey combo is Shift + ⌘ + UP.

 

Thanks,

Marcin.

0

Just to clarify - I made a mistake when creating a post. The Shift + ⌘ + UP does not work when the tool window is set to Terminal. It does work on when the tool window is set to TODO.

0

Ah, I see, thank you for clarification! That's because by default terminal overrides IDE shortcuts. Try to disable Settings -> Tools -> Terminal -> Override IDE shortcuts. Has it helped?

1

Magic :) Thanks a lot :)

0

Shift + Esc not working in IntelliJ IDEA 2017.2.4. The expectation is that the active panel would collapse. 

0

Anoopkumar Inbox, are you able to close other tool windows with Shift + Esc? What OS is this?

0

COMMAND + ` (Window | Next Project Window) isn't consistently working for me in PHPStorm 2017.3.4 on MacOS 10.13.3.

1
Avatar
Christian Reinecke

Used Fedora 31 + Ultimate Edition + VIM plugin and CTRL + F was not working, even though reverse shortcut lookup showed it was setup properly and the only event setup for that shortcut. Removing VIM plugin fixed it. Thanks for pointing that out Pavel Karateev.

0

Please sign in to leave a comment.