Jump to content

Basın Anahtarı Klavye Seçin.


ahmet0011

Recommended Posts

bu bir yoldur. Basın girişi ok tuşu sol ve ne olup bittiğini öğrenmek

Anahtar şifre On Giriş:

Code:

if e_Key == 37 then -- if pressed left arrow key on keyboard

strText = Input.GetText(this) -- get text from this input

Input.SetText(this, strText .. "K") -- set text default text and K

nmbLength = String.Length(strText) -- calculate letter number in this input

Input.SetSelection(this, nmbLength+2, nmbLength+2) -- select end of text

end

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...