0 vote
is there a reason why there are no / shortcuts like cttrl-shift-/ ? It would feel natural to me for searching/filtering..
Hello,
Our keyboard shortcuts are implemented by using the Keys enum from .NET. This doesn't directly support "forward slash" as a key so that's why we never implemented it. The forward slash key is usually mapped to one of the OEM keys (on my own keyboard using the US english layout, it's OEM2). We can add the 'generic' OEM keys to the list of possible shortcut combinations, but you might have to do some trial and error to select the one your keyboard is actually using as the OEM key for forward slash.
I have opened an internal ticket to add the missing OEM key combinations to the shortcut configuration list.
Regards,
Hubert Mireault
👍