1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-06 08:04:49 +00:00

Fix Minimig key extended flags (Caps Lock, Num Lock, Scroll Lock).

This commit is contained in:
sorgelig
2016-12-23 08:18:24 +08:00
parent 3d4bf9eaa6
commit a68090f2a3

View File

@@ -288,7 +288,7 @@ void user_io_detect_core_type() {
}
}
unsigned char usb2amiga( unsigned char k ) {
unsigned short usb2amiga( unsigned char k ) {
// replace MENU key by RGUI to allow using Right Amiga on reduced keyboards
// (it also disables the use of Menu for OSD)
if (mist_cfg.key_menu_as_rgui && k==0x65) {