From 34765ae7407aeece5d8746015f66c0b844c0cd0a Mon Sep 17 00:00:00 2001 From: jvernet Date: Tue, 3 Oct 2017 21:39:30 +0200 Subject: [PATCH] Added pref items {"keycodes", {"keycodefile", {"mousewheelmode", {"mousewheellines" to have again international keyboard --- BasiliskII/src/prefs_items.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BasiliskII/src/prefs_items.cpp b/BasiliskII/src/prefs_items.cpp index 834dfc7d..6da364b0 100644 --- a/BasiliskII/src/prefs_items.cpp +++ b/BasiliskII/src/prefs_items.cpp @@ -68,6 +68,10 @@ prefs_desc common_prefs_items[] = { {"jitinline", TYPE_BOOLEAN, false, "enable translation through constant jumps"}, {"jitblacklist", TYPE_STRING, false, "blacklist opcodes from translation"}, {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"}, + {"keycodes",TYPE_BOOLEAN,false,"use raw keycode"}, + {"keycodefile",TYPE_STRING,"Keycode file"}, + {"mousewheelmode",TYPE_BOOLEAN,"Use WheelMode"}, + {"mousewheellines",TYPE_INT32,"wheel line nb"}, {NULL, TYPE_END, false, NULL} // End of list };