public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Re: DOS's hotkeys and KDE
@ 2005-02-25 17:31 Stas Sergeev
  2005-02-26  4:34 ` Ralph Alvy
  0 siblings, 1 reply; 10+ messages in thread
From: Stas Sergeev @ 2005-02-25 17:31 UTC (permalink / raw)
  To: linux-msdos

Hello.

Ralph Alvy wrote:
> If you find one, I'd love to know what it is.
> I would love to keep this to specific windows too.
It looks like enabling the mouse grab
also enables the keyboard grab. So have
you tried simply pressing Ctrl-Alt-Home 
to make xdosemu to steal all the keystrokes
from your WM?


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: DOS's hotkeys and KDE
@ 2005-02-26  9:31 Stas Sergeev
  2005-02-27 22:35 ` Ralph Alvy
  2005-02-27 22:42 ` Ralph Alvy
  0 siblings, 2 replies; 10+ messages in thread
From: Stas Sergeev @ 2005-02-26  9:31 UTC (permalink / raw)
  To: linux-msdos

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?

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).


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: DOS's hotkeys and KDE
@ 2005-02-22 19:46 Stas Sergeev
  0 siblings, 0 replies; 10+ messages in thread
From: Stas Sergeev @ 2005-02-22 19:46 UTC (permalink / raw)
  To: linux-msdos

Hello.

Alain wrote:
> This is the general approach that I had already used, but isn't there a 
> configuration specific por DOSEMU or in KDE for a specific window?
One thing you can do is to find
the line in X.c of dosemu sources:
#undef ENABLE_KEYBOARD_GRAB
and change it to
#define ENABLE_KEYBOARD_GRAB 1
Then when you enable the mouse grab,
the keyboard grab will also be enabled,
and so all the keyboard events will
be passed to the dosemu window
exclusively.
One may want to make it a dosemu.conf
option, as well as decouple from the
mouse grab - that shouldn't be too
difficult.


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Bypassing hitting Enter under dosemu
@ 2005-01-13  0:24 Ralph Alvy
  2005-01-30  2:25 ` Clarence Dang
  0 siblings, 1 reply; 10+ messages in thread
From: Ralph Alvy @ 2005-01-13  0:24 UTC (permalink / raw)
  To: linux-msdos

How does one avoid having to hit Enter when loading dosemu in a console
session?


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-02-27 22:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-25 17:31 DOS's hotkeys and KDE Stas Sergeev
2005-02-26  4:34 ` Ralph Alvy
  -- strict thread matches above, loose matches on Subject: below --
2005-02-26  9:31 Stas Sergeev
2005-02-27 22:35 ` Ralph Alvy
2005-02-27 22:42 ` Ralph Alvy
2005-02-22 19:46 Stas Sergeev
2005-01-13  0:24 Bypassing hitting Enter under dosemu Ralph Alvy
2005-01-30  2:25 ` Clarence Dang
2005-01-30  7:33   ` Ralph Alvy
2005-02-17 21:18     ` DOS's hotkeys and KDE Alain
2005-02-18  2:43       ` Ralph Alvy
2005-02-21 20:18         ` Alain
2005-02-22 14:39           ` Ralph Alvy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox