Doesn't work hot keys in the text editor: Shift + F10 and Shift + F9.

Windows 10

PyCharm Professional 2019.3.3

Usual desktop computer with usual keyboard.

Don't work the hot keys in the text editor. For example: Shift + F10 and Shift + F9. 

0

Could you please provide a bit more information? Does it work when you click on "run" and "debug" buttons with mouse? 

Do you have those shortcuts defined in keymap settings?

0

> Does it work when you click on "run" and "debug" buttons with mouse? 

Yes.

> Do you have those shortcuts defined in keymap settings?

0

Just in case, please make sure those hotkeys are mapped in the keymap settings [File | Settings | Keymap], and if that doesn't help, please reproduce the issue and upload your [IDE logs](https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)

You can upload them to [FTP](https://uploads.services.jetbrains.com/) and provide the file name.

0

I just installed 2020.2 pycharm pro and have the same issue shift F9 does not work at all, any time

If i try to remap Run-Debug i can map to F9 but I cannot map to shift f9 (i also cannot map to shift f10) ..i can map to shift f3 etc. (others).

 

Shift f9, shift f10 > nope cant map to those

 

I have uploaded my logs, file name "pycharm-logs-20201114-112110.zip"

0

Please provide the upload ID instead. We made some changes to our FTP service since then.

0
Avatar
Permanently deleted user

For what it is worth I am having the same problem.

OS is Windows 10.

I am writing a Python application.
Clicking on Run and Debug works fine but Hot Keys do not work at all - no error just silence.

IDEA version is:

Any help is greatly appreciated.

Thank you.

Steven

0
Avatar
Permanently deleted user

I am using Windows 10 + PyCharm 2020.3 (Community Edition) - Alt + Shift + F10 (Choose & Run) works and remapping to just F10 works; but Shift + F10 does not.

0

I'm on a mac (Catalina) and I'm seeing this problem also in IDEA 2020.3.1 and Pycharm 2020.3.2.

While trying to figure this out, I noticed that in the keymap preferences, when you search by shortcut (as opposed to the description of the action), pressing shift-cmd-8 searches for shift-cmd-* instead of shift-cmd-8.

Then, if I add shift-cmd-* to the column selection action keymap (macOS binding set), the key chord now works.

0

Hi,

Sorry for the inconvenience. The issue is known https://youtrack.jetbrains.com/issue/IDEA-258388
We'll fix it in the next minor update.
As a temporary workaround, you can downgrade to 2020.3.

0

Guys i was having the same issue(shift +f10 ,shift +f9, ctrl + shift f10 etc. not working). I am using Win 10 and latest intellij version. I found out that i have to press "Fn" button while trying to use shortcuts.

For Example:

✓ Fn + Shift + f10

2

Make sure your F Lock is toggled on.  I was having the same problem and as soon as I toggled F Lock on, the Shift - F10 and Shift - F9 now work.  Thanks to Hasanozyer06 for putting me on the correct path to a solution with your post!

0

the same issue with me shift + F9 does not work, It's in the key map. I tried deleting this but can't associate again, it's picking up just f9 though also picking other keys with shift. It used to work earlier. I have uninstalled and reinstalled it too. I deleted data from the directory as well. I tried pressing fn and whatnot. 

0
Hello, 
You can restore the default keymap by clicking on the Cog icon and selecting Restore Defaults. After restoring, please try FN  + Shift + F9 and check if it works as expected.
Also, please check at the bottom of the Keymap settings window if any conflicts are detected. PyCharm can only detect conflicts with system shortcuts, so it's worth checking if any other running software uses Shift + F9 key combination.
0

Press Esc and Fn together. Then try right shift and F10 together. It worked on mine.

1

请先登录再写评论。