This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Issues moving the Mumble window with AutoHotkey macros


zealotus
 Share

Recommended Posts

Or to be exact: It seems impossible... At least I can't figure out how to make it work.


I've tried using several methods but I just can't get the window to move.

Tried with SetTitleMatchMode 1 and 2 in Slow mode


And the code I'm using:

^+M::
WinSet, Style, -0xC00000, Mumble
WinMove, Mumble, , 3487, 78, 339, 949
return

Tested and works with qBittorrent (which also uses Qt) and Notepad++.

So I know the code should work... just doesn't with Mumble.


I've posted both here and on AutoHotkey Forums.

Link to comment
Share on other sites

 Share

×
×
  • Create New...