mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Fix RIDER-93535 Shift + Page Up/Down not selecting text
GitOrigin-RevId: 6de657f09836572e1db0cea3f3512084b3e8baba
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0844b69cc8
commit
9dd72e15d6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user