örneğin ; Crtl'yi (vk_control) olarak yazıoruz peki Ctrl+Shift+A kombinasyonunu nasıl kullanıcam




Kod: Tümünü seç
if (Shift = [ssShift]) and (Key=65) then
caption := 'Shift+a';
Kod: Tümünü seç
if (Shift = [ssCtrl]+[ssShift]) and (Key=VkKeyScan('a'))