Shift+PageUp or Shift+PageDown doesn't work to scroll through ability page

Issue #8027 resolved
Maxime Cogney created an issue

Binding either “Ability Page Up” or “Ability Page Down” to Shift+PageUp/PageDown doesn’t work, the input is ignored. Conversely, binding the PageUp or PageDown keys by themselves work even when Shift is pressed.

Relevant content of Keymap.json file:

        "Adventure": {
            [...]
            "65569": "Ability Page Up",
            [...]
            "65570": "Ability Page Down"
        }

Comments (3)

  1. Log in to comment