Endlich: Mac-Funktastatur mit 10er Block
…und das alles ohne Batterien. Wie das geht? Indem man nicht bei Apple guckt sondern bei Logitech. Aber der Reihe nach smile Gerade…
nSonic #152 – Mac – Schaltflächen mit Tastatur bedienen
Geht es Euch auch so? Ihr arbeitet viel mit bzw. an der Tastatur und ärgert Euch jedesmal ein wenig, wenn mal wieder ein Dialog erscheint und Ihr nun zur Maus greifen müsst um eine Schaltfläche, einen Button, zu drücken.
Das muss aber nicht sein! Man kann die meisten Schaltflächen nämlich auch mit der Tastatur bedienen. Außerdem gibt es eine Einstellung mit der man dann zukünftig alle Schaltflächen (und andere Elemente in Bildschirmmasken) einfach erreichen kann. Wie das geht, das erfahrt Ihr in dieser Folge #152.
Key Codes
{ Virtual Keys, Standard Set } VK_LBUTTON = 1; VK_RBUTTON = 2; VK_CANCEL = 3; VK_MBUTTON = 4; { NOT contiguous with L…
Keys Status
[code lang=”delphi”]Procedure TForm1.GetStatusInfo; const CapPanel = 1; NumPanel = 2; ScrlPanel = 3; DatePanel = 4; begin with StatusBar1 do begin if GetKeyState(VK_CAPITAL)…
Simulating a keystroke
> I know this a dumb question but how do I make the system think the user > pressed Enter from somewhere other…
EasterEggs
> > How to capture ALT+T E A M in a about box? > Hi … Set the form’s KeyPreview property to True…
nSonic Homepage
> yes, but what is the virtual-key code for ALT+F? > There ain’t one, this is a key *combination*, not a single keystroke.…