LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: mot on January 09, 2007, 17:30:43

Title: Correct way to emulate copy/paste keys
Post by: mot on January 09, 2007, 17:30:43
I need to emulate a keyboard "paste" command on all platforms. In pseudo code,

( Keyboard.KEY_LCONTROL || Keyboard.KEY_RCONTROL ) && ( Keyboard.KEY_V || Keyboard.KEY_INSERT )

works on Windows but not on Mac. I need Apple-V for paste... what are the symbols for the "Apple" keys?


Thanks
Tom
Title: Re: Correct way to emulate copy/paste keys
Post by: Matzon on January 09, 2007, 17:47:33
I think it's the alt key
Title: Re: Correct way to emulate copy/paste keys
Post by: Spezi on January 14, 2007, 13:42:07
take a look at Apple "Command" key symbol (http://lwjgl.org/forum/index.php/topic,1785.0.html)