From 141ab9af8fecd82c1345af96b4c893ea918762c2 Mon Sep 17 00:00:00 2001 From: Chips Date: Sat, 27 Aug 2016 21:10:59 +0200 Subject: [PATCH] Solve wrong key for numpad period --- src/od-pandora/keyboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/od-pandora/keyboard.cpp b/src/od-pandora/keyboard.cpp index ef3ddb79..ce029ea2 100644 --- a/src/od-pandora/keyboard.cpp +++ b/src/od-pandora/keyboard.cpp @@ -120,7 +120,7 @@ static struct uae_input_device_kbr_default keytrans_amiga_x11[] = { { 104, INPUTEVENT_KEY_ENTER}, // The ENT from keypad.. { 90, INPUTEVENT_KEY_NP_0}, - { 91, INPUTEVENT_KEY_PERIOD}, + { 91, INPUTEVENT_KEY_NP_PERIOD}, { 111, INPUTEVENT_KEY_CURSOR_UP}, { 113, INPUTEVENT_KEY_CURSOR_LEFT},