Reply To: Copying cursor is displayed as normal cursor

Home Forums General Using Ctrlr Copying cursor is displayed as normal cursor Reply To: Copying cursor is displayed as normal cursor

#27670
dasfaker
Keymaster
    • Topics: 80
    • Replies: 793
    • Total: 873
    • ★★★

    Yes, sorry

    I have a customComponent with this keyDown callback

    --
    -- Called when the a key is pressed and the component has focus
    --
    BROWSER_KeyDown = function(comp, event)
    console("Hi")
    end

    I expected to see “Hi” on the console when I press any key, but the text is not displayed.
    How can the component have focus?

    Ctrlr