Jump to content

Ctrl + Tuş


oxin
 Share

Recommended Posts

Forumda mevcut tuş atama örneği tek tuş üzerinden yapılmış. Ams de kod girerek tuş kombinasyonu atanır mı. Mesela bir sayfadaki yazıların tamamını seçmek için. Ctrl + A tarzında
Yardım edecek yok mu?

Link to comment
Share on other sites

  • Editor
-- tuşları dinle
sVal = ""
for i ,v in pairs(e_Modifiers) do
		if v then
			sVal = sVal .. i
		end
end
-- tuş dinlemesi bitti


-- eğer dinlenen tuşlar ctrl + alt + D tuşu ise işlem yap
if sVal..e_Key == "altctrl68" then
	Input.SetText("Input1", sVal..e_Key);
end
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...