This commit is contained in:
Juan Linietsky 2015-12-02 11:17:01 -03:00
commit 064fd762fa

View file

@ -719,7 +719,7 @@ void RichTextLabel::_input_event(InputEvent p_event) {
case InputEvent::KEY: { case InputEvent::KEY: {
const InputEventKey &k=p_event.key; const InputEventKey &k=p_event.key;
if (k.pressed && !k.mod.alt && !k.mod.shift && !k.mod.command && !k.mod.meta) { if (k.pressed && !k.mod.alt && !k.mod.shift && !k.mod.meta) {
bool handled=true; bool handled=true;
switch(k.scancode) { switch(k.scancode) {
case KEY_PAGEUP: { case KEY_PAGEUP: {