Fix RIDER-93535 Shift + Page Up/Down not selecting text

GitOrigin-RevId: 6de657f09836572e1db0cea3f3512084b3e8baba
This commit is contained in:
Dmitry Matveev
2023-05-15 16:37:27 +02:00
committed by intellij-monorepo-bot
parent 0844b69cc8
commit 9dd72e15d6

View File

@@ -174,8 +174,6 @@
<action id="EditorNextWord">
<keyboard-shortcut first-keystroke="ctrl right" />
</action>
<action id="EditorPageDownWithSelection" />
<action id="EditorPageUpWithSelection" />
<action id="EditorPreviousWord">
<keyboard-shortcut first-keystroke="ctrl left" />
</action>
@@ -424,12 +422,6 @@
<action id="SaveAll">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="s" />
</action>
<action id="ScrollPane-scrollDown">
<keyboard-shortcut first-keystroke="shift page_down" />
</action>
<action id="ScrollPane-scrollUp">
<keyboard-shortcut first-keystroke="shift page_up" />
</action>
<action id="ScrollPane-unitScrollDown">
<keyboard-shortcut first-keystroke="ctrl down" />
</action>