1

Topic: [HELP] Minimizing the game (OSX)

Heyho,
is there a way for OSX players to minimize/hide TreeWorlds?

2

Re: [HELP] Minimizing the game (OSX)

Does OSX also have the "Alt+Tab" command switch between applications?
(I ask because I'm using Windows Vista.)
This should work.

3

Re: [HELP] Minimizing the game (OSX)

Alt+Tab exists but it refuses to work ingame. =/

4

Re: [HELP] Minimizing the game (OSX)

There was a patch for teeworlds which added a minimizing command for the console,
but as far as I can remember, it was only for windows.
Try to use the forum search, I'm sure another player already had this problem.

5

Re: [HELP] Minimizing the game (OSX)

Doesen't exist anymore. =/
http://www.teeworlds.com/forum/viewtopic.php?id=4031

6

Re: [HELP] Minimizing the game (OSX)

on some games on Mac OS X you can use cmd + return to minimize the window but its not working for teeworlds..

and cmd + H should hide the program but that does not work.. you need to right click on the app and then "hide" ( bug I guess ) oh and cmd + Q does not work.. you need to right click on the app and then "quit" ( one more bug )

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

7

Re: [HELP] Minimizing the game (OSX)

Sad =/
But thanks for your answer.

8

Re: [HELP] Minimizing the game (OSX)

@MertenNor
The shortcut to quit teeworlds immediately is Cmd + Shift + Q (at least in windows vista).

9

Re: [HELP] Minimizing the game (OSX)

lxde wrote:

@MertenNor
The shortcut to quit teeworlds immediately is Cmd + Shift + Q (at least in windows vista).

that "command" is "log out" on Mac.. lol

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

10

Re: [HELP] Minimizing the game (OSX)

lxde wrote:

@MertenNor
The shortcut to quit teeworlds immediately is Cmd + Shift + Q (at least in windows vista).

The OSX kill-everything-immediately-wheter-it-could-harm-you-or-not-command is alt + cmd + esc ^^

11

Re: [HELP] Minimizing the game (OSX)

In the teeworlds source, Cmd + Shift + Q is the panic quit button:

file: /src/engine/client/ec_client.c
[...]
1745                 /* panic quit button */ 
1746                 if(inp_key_pressed(KEY_LCTRL) && inp_key_pressed(KEY_LSHIFT) && inp_key_pressed('q')) 
1747                         break; 
[...]

If this is the logout-shortcut in OSX,
this could maybe be added as bug in the Teeworlds Trac.

12

Re: [HELP] Minimizing the game (OSX)

another option is cmd+alt+esc thats the real panic button...