PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : dosemu: maus capturen?



thenktor
06.12.04, 18:43
kann ich bei xdosemo irgendwie die maus capturen? du maus steuerung funktioniert so nicht zuverlässig.

thenktor
07.12.04, 08:00
Habs gefunden:

The fool proof solution is to take total control of the mouse in X. This is controlled by the $_X_mgrab_key in /etc/dosemu.conf $_X_mgrab_key contains an X keysym of a key that when pressed with both Ctrl & Alt held down will turn on the mouse grab, which restricts the X mouse to the dosemu window, and gives dosemu complete control over it. Ctrl-Alt-$_X_mgrab_key will then release the mouse grab returning things to normal.

I like: $_X_mgrab_key="Scroll_Lock" (Ctrl-Alt-Scroll_Lock) but $_X_mgrab_key="a" is a good conservative choice. (Ctrl-Alt-A) You can use xev to see what keysyms a key generates.

Bei mir stand es auf "Home" (Pos1).