Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Keyboard key does not work.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Sat Apr 20, 2013 11:44 am    Post subject: Keyboard key does not work. Reply with quote

Well I'm trying to allow user input ONLY numbers and the minus (-)
And it does not work.
Code:
VK_OEM_MINUS

Any solutions? Smile

Edit:
The key is 189. which is the - key.
Just incase you didn't udnerstand..

_________________
I'm rusty and getting older, help me re-learn lua.


Last edited by daspamer on Sat Apr 20, 2013 12:10 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25794
Location: The netherlands

PostPosted: Sat Apr 20, 2013 12:10 pm    Post subject: This post has 1 review(s) Reply with quote

try a keypress like this:
Code:

function CEEdit1KeyPress(sender, key)
  local keynr=string.byte(key)

 -- print(keynr)
  if (keynr~=8) and (keynr~=45) and ((keynr<48) or (keynr>57)) then
    key=nil
    --print("nil it")
  end

  return key

end

8=backspace
45=-

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Sat Apr 20, 2013 12:15 pm    Post subject: Reply with quote

Hmmm it works, maybe bit shorter than what I used =P but same result.
-removed

Haha, you just edited it! thanks!
It works perfectly! Smile

_________________
I'm rusty and getting older, help me re-learn lua.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites