Windowstaste
Verfasst: 05.10.2011 15:15
Tag Leute,
welche ASCII Zahl ist die Windowstaste ?
lieber Gruß
welche ASCII Zahl ist die Windowstaste ?
lieber Gruß
Code: Alles auswählen
OpenWindow(0,0,0,500,500,\"\")
AddKeyboardShortcut(0,#PB_Shortcut_LeftWindows,1)
Repeat
event=WaitWindowEvent()
menu=EventMenu()
If event=#PB_Event_Menu
If menu=1
Debug \"uff . linke WindowsTaste\"
EndIf
EndIf
If event=#PB_Event_CloseWindow
quit+1
EndIf
Until quit