Reputation: 338
Seen in both Rider and IntelliJ:
I want to rebind the command triggered by a double tap of Shift, which by default brings up this dialog:
My understanding was this was the "Search Everywhere" command, but if I run that command I get the following:
What is the command run by a double tap of shift called?
Upvotes: 0
Views: 3051
Reputation: 165403
You must have assigned that shortcut to the wrong action.
I'm not using Rider... but in PhpStorm (another IDE built on IDEA platform) it will locate 2 matches (as seen on screenshot below) when you search for everywhere
on the "Keymap" screen.
The correct action is Main menu | Navigate | Search Everywhere
. For me it bring the same popup as double Shift.
P.S. Once again: the screenshot is from PhpStorm 2020.2.1. It may look different in Rider (but similar in IntelliJ).
Upvotes: 1