From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Alvy Subject: Re: DOS's hotkeys and KDE Date: Sun, 27 Feb 2005 14:42:16 -0800 Message-ID: References: <422041DF.2080405@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7Bit Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Stas Sergeev wrote: > Hello. > > Ralph Alvy wrote: >> Ctrl-Alt-Home disables the mouse, once it move into the xdosemu window. >> But the KDE keybindings are still in effect. > Does Ctrl-Alt-Home work any better if > you first change the > #undef ENABLE_KEYBOARD_GRAB > to > #define ENABLE_KEYBOARD_GRAB 1 > in X.c of dosemu sources and > recompile? Just tried that for you with 1.2.2 sources. With the above change to X.c, and recompiling, Ctrl-Alt-Home disables the mouse and all KDE keybindings successfully. > Another thing to try is Ctrl-Alt-f > which will make dosemu to enter > fullscreen mode, where the KDE > keybindings should not be in effect > (no KDE here to try myself, sorry). Stas Sergeev wrote: When I do this, KDE keybindings are disabled successfully, and, unlike the other approach, I can still use the mouse in that xdosemu session.