Jump to content

Herhangi Bir Tuşu Iptal Etme


Mehmet
 Share

Recommended Posts

ben birkaç örnek buldum ama pek birşey anlamadım bilmiyorum bu mümkün olurmu örneğin regedit ile windows tuşu iptal etme var ben bunun aynısını autoitle sürekli çalışacak şekilde F1 tuşunu veya herhangi bir tuşunu iptal etmek istiyorum elimdeki kaynakları size aktarayım belki ona göre yardımcı olabilirsiniz bana
[code]http://www.easydesksoftware.com/keyboard.htm[/code]

[code]http://www.autohotkey.com/forum/topic28332.html[/code]

[code]http://www.autohotkey.com/forum/viewtopic.php?p=345326[/code]

[code]http://www.ee.bgu.ac.il/~microlab/MicroLab/Labs/ScanCodes.htm[/code]

buda windows tuşu iptali için kayıt defteri
[codebox]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,00,00,00,00
[/codebox]

caps lock devredışı bırakma
[codebox]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00
[/codebox]

F tuşlarının yerini windows tuşuyla değiştirme hex değerleri
[code]
F1: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,3B,00,3B,00,5B,E0
F2: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,3C,00,3C,00,5B,E0
F3: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,3D,00,3D,00,5B,E0
F4: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,3E,00,3E,00,5B,E0
F5: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,3F,00,3F,00,5B,E0
F6: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,40,00,40,00,5B,E0

F8: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,42,00,42,00,5B,E0
F9: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,43,00,43,00,5B,E0
F10: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,44,00,44,00,5B,E0
F11: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,57,00,57,00,5B,E0
F12: "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,5B,E0,58,00,58,00,5B,E0
[/code]
burada gördüğünüz gibi bütün f tuşlarıyla istediğiniz değişiklikleri yapabiliyorsunuz ama f tuşlarını devre dışı bırakmak için hangi değeri yazmalıyız.? Edited by MeHMeTBeN
Link to comment
Share on other sites

Konunu gördüm.Bende biraz araştırma yaptım ama çok uç örneklere rastladım.Sonra dedim ki şöyle küçük bi hileye başvursam nasıl olur.Güzelde olurmuş :)

[code]While 1
HotKeySet("a", "DoNothing")
Sleep(250)
WEnd

Func DoNothing()
Sleep(100)
EndFunc
[/code]

Ana mantık bu.Düzenlerken şunu unutma her zaman bi while döngüsünde olmak zorunda.Çünkü başka bi program gelip hotkeyset ile onu geri alabilir.Kolay gelsin.

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...