few small ted2 bugs.

About Monkey 2 Forums Monkey 2 Development few small ted2 bugs.

This topic contains 22 replies, has 7 voices, and was last updated by  nerobot 2 years, 5 months ago.

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #5229

    Pakz
    Participant

    Also. On my laptop (acer) the keypad does not work. (ctrl home end ect.)

    On my other laptop (msi) with extra keyboard the keypad also does not work. The keyboard(keypad) of the laptop itself does also not work.

    Not to sure if this needs to be implemented yet.

    edit: I just found that on the top right of the laptops there are page down home and end keys. These do work. Never had to use them before. Would be nice if the keypad home end ect would be implemented.

    #5234

    nerobot
    Participant

    Can you check what values are stored in event.Key for your desired keys ?

    #5236

    Pakz
    Participant

    I am trying to figure out how to use event.key. I have not used it yet. Might take a while. Or maybe you could post something?

    #5237

    nerobot
    Participant

    Open ted2go project and there open views/textviewext.monkey2. There goto OnKeyEvent () and add line

    Print “key: “+event.Key

    Run project and see console when pressing your keys.

    #5238

    Pakz
    Participant

    Sorry, it is to difficult. I have no idea how to compile a project.

    Edit: I am trying to reverse engineer something. Seems like event.Key compiler error says “expecting expression but encountered “”””

    #5239

    Pakz
    Participant

    I am getting the results in here:

    Seems that using num lock does not change the keycodes. So It might not work.

    code for

    end – 217 ; pgdown – 219 ; pgup – 225 ; home – 223

    when numlock  – (211) is used the results are the same. So it might conflict with keypad numbers 1/end 3/pagedown 7/home 9/pagedown

    #5249

    nerobot
    Participant

    Ok. I’ve added a new issue to Mark.

    #5267

    nerobot
    Participant

    So there is no bug in monkey. We should check numpad state. I will add it.

Viewing 8 posts - 16 through 23 (of 23 total)

You must be logged in to reply to this topic.