• question in input.IsKeyDown, Key List
    3 replies, posted
input.IsKeyDown(KEY) it is return "True" when Gets a KEY is down KEY List [url]http://wiki.garrysmod.com/page/Enums/KEY[/url] KEY List make me know English Key list any more key?(other language key, similar to Korean Key(Ex: ㄱ,ㄴ,ㄷ...)If you have not seen Ex?, it is Korean ) except KEY list ,which is english key list
I'm fairly certain that the enumerations will be the same regardless of the keyboard used. So, using an image like this, [url]http://www.exploringkorea.com/wp-content/uploads/2011/08/korean-keyboard.jpg[/url] you can find out which keys correspond to which.
[QUOTE=cabbiethefirst;42528849]I'm fairly certain that the enumerations will be the same regardless of the keyboard used. So, using an image like this, [url]http://www.exploringkorea.com/wp-content/uploads/2011/08/korean-keyboard.jpg[/url] you can find out which keys correspond to which.[/QUOTE] Thanks! but Korean key did not work i need to change language to english just what i need is that not need change to english from korean in fact, korean keyboard have lanuage change button, but my server user require that do not change lang Anyway, problem is korean key did not work in KEY List([url]http://wiki.garrysmod.com/page/Enums/KEY[/url]) however,changing from korean to english is work! sorry to reply in over time
Have you tried using ply:KeyDown( ENUM ) with the [url="http://wiki.garrysmod.com/page/Enums/IN"]IN_[/url] enums? It might work better, and it's shared so you can use it both client and server side without problem.
Sorry, you need to Log In to post a reply to this thread.