VOGONS

Common searches


Search results

Display options

Key Mapping Dead Keys.

Hi, i tried to understanding the Keyboard Layout Code to implements Umlauts on usescancodes=false. As Example, when i activate German Layout "GR 437" the Umlautes Keys "ÖÄÜ" have no effect but englisch Keyboard Layout in the Keymapping editor named ";'\". When i Adds the Keys with no effect to …

Re: Headless Wrong Scancodes never Fixed?

Oh. Find another one. Not tested with svga and directfb.. XVFB same problem. Copy code to clipboard 1 static char driver[16] = { 0 }; 2 SDL_VideoDriverName(driver, sizeof(driver)); 3 if (::strcmp(driver, "x11") != 0) EDIT: i have read Informations, its a X11 Problem.. Wayland not adds 8 on …

Re: Headless Wrong Scancodes never Fixed?

Headless means non Graphical Enviroment without Desktop, only Console uses SDL/FBcon automatically. How to reproduce: Install any minimal Linux OS Image without Desktop (Fedora,Debian) install dosbox and type anything with "scancodes=true" most enabled in Basic Configuration. (For my Site …

Headless Wrong Scancodes never Fixed?

However, why it is not Fixed? In All Headless SDL Sessions Scancodes=true not Working, its no problem, but its not Possible to use "Umlauts" and other Special chars on scancodes=false. In Headless Modes Linux dont add 8 to scancodes. What is the Workaround? The Problem is: #if !defined (WIN32) && ! …

DosBox Vanilla only with Printer Support?

Hi, i attempt to compile Dosbox only with Printer Features. I need only this Feature on ARMv7a.. As Example Daum-SVN contains too many dependencies and Features in Code thats not Fit the ARM Gcc.. Examples: glide.. opengl.. openglhq..xbrz..SSE instructions.. I'm just need the printer in addition. …

Page 1 of 1