Additions:
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m">beta</a> | view WebSVN <a href=
"http://svn.berlios.de/wsvn/osxptb/trunk/Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m?op=log">changelog</a> of trunk branch</span>
Deletions:
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m">beta</a> | view in <a href=
"http://svn.berlios.de/wsvn/osxptb/beta/Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m?view=markup">WebSVN with changelog</a></span>
Additions:
"http://svn.berlios.de/wsvn/osxptb/beta/Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m?view=markup">WebSVN with changelog</a></span>
Deletions:
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m?view=markup">WebSVN with changelog</a></span>
Additions:
""
<div class="code_header" style="text-align:right;">
<span style="float:left;">Path </span> <span class="counter">Retrieve current version of DisableKeysForKbCheck.m from berliOS: <a href=
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m">beta</a> | view in <a href=
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m?view=markup">WebSVN with changelog</a></span>
</div>
<div class="code">
<code>Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m</code>
</div>
""
Deletions:
%%(php;Path)Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m%%
Additions:
==[[Psychtoolbox]] › [[PsychBasic]]==
Deletions:
==[[Psychtoolbox]] › PsychBasic==
Additions:
olddisabledkeys = DisableKeysForKbCheck([disablekeys])
Specify a vector of keycodes for keys which should be
ignored by KbCheck and KbWait. This is useful to
disable specific keys, e.g., if they are stuck. The function
returns the old set of disabled keys.
Example: To disable the keys with keycodes 4, 6 and 7, do
DisableKeysForKbCheck([4, 6, 7]);
Caution: This setting is reset to "empty" during a "clear all" command!
=== Background info: ===
Some users of Laptops experienced the problem of "stuck keys": Some keys
are always reported as "down", so KbWait returns immediately and KbCheck
always reports keyIsDown ""=="" 1. This is often due to special function keys.
These keys or system functionality are assigned vendor specific
key codes, e.g., the status of the Laptop lid (opened/closed) could be
reported by some special keycode. Whenever the Laptop lid is open, this key
will be reported as pressed. You can work around this problem by passing
a list of keycodes to be ignored by KbCheck and KbWait.
See also: FlushEvents, KbName, KbDemo, KbWait, KbCheck, GetChar, CharAvail.
Deletions:
olddisabledkeys = DisableKeysForKbCheck([disablekeys])
Specify a vector of keycodes for keys which should be
ignored by KbCheck and KbWait. This is useful to
disable specific keys, e.g., if they are stuck. The function
returns the old set of disabled keys.
Example: To disable the keys with keycodes 4, 6 and 7, do
DisableKeysForKbCheck([4, 6, 7]);
Caution: This setting is reset to "empty" during a "clear all" command!
=== Background info: ===
Some users of Laptops experienced the problem of "stuck keys": Some keys
are always reported as "down", so KbWait returns immediately and KbCheck
always reports keyIsDown ""=="" 1. This is often due to special function keys.
These keys or system functionality are assigned vendor specific
key codes, e.g., the status of the Laptop lid (opened/closed) could be
reported by some special keycode. Whenever the Laptop lid is open, this key
will be reported as pressed. You can work around this problem by passing
a list of keycodes to be ignored by KbCheck and KbWait.
See also: FlushEvents, KbName, KbDemo, KbWait, KbCheck, GetChar, CharAvail.
Additions:
=== Background info: ===
Deletions:
Background info:
Additions:
==[[Psychtoolbox]] › PsychBasic==
olddisabledkeys = DisableKeysForKbCheck([disablekeys])
Specify a vector of keycodes for keys which should be
ignored by KbCheck and KbWait. This is useful to
disable specific keys, e.g., if they are stuck. The function
returns the old set of disabled keys.
Example: To disable the keys with keycodes 4, 6 and 7, do
DisableKeysForKbCheck([4, 6, 7]);
Caution: This setting is reset to "empty" during a "clear all" command!
Background info:
Some users of Laptops experienced the problem of "stuck keys": Some keys
are always reported as "down", so KbWait returns immediately and KbCheck
always reports keyIsDown ""=="" 1. This is often due to special function keys.
These keys or system functionality are assigned vendor specific
key codes, e.g., the status of the Laptop lid (opened/closed) could be
reported by some special keycode. Whenever the Laptop lid is open, this key
will be reported as pressed. You can work around this problem by passing
a list of keycodes to be ignored by KbCheck and KbWait.
----
See also: FlushEvents, KbName, KbDemo, KbWait, KbCheck, GetChar, CharAvail.
%%(php;Path)Psychtoolbox/PsychBasic/DisableKeysForKbCheck.m%%
Deletions:
==PtbReference › PsychBasic==
olddisabledkeys = DisableKeysForKbCheck([disablekeys])
Specify a vector of keycodes for keys which should be
ignored by KbCheck and KbWait. This is useful to
disable specific keys, e.g., if they are stuck. The function
returns the old set of disabled keys.
Example: To disable the keys with keycodes 4, 6 and 7, do
DisableKeysForKbCheck([4, 6, 7]);
Caution: This setting is reset to "empty" during a "clear all" command!
Background info:
Some users of Laptops experienced the problem of "stuck keys": Some keys
are always reported as "down", so KbWait returns immediately and KbCheck
always reports keyIsDown == 1. This is often due to special function keys.
These keys or system functionality are assigned vendor specific
key codes, e.g., the status of the Laptop lid (opened/closed) could be
reported by some special keycode. Whenever the Laptop lid is open, this key
will be reported as pressed. You can work around this problem by passing
a list of keycodes to be ignored by KbCheck and KbWait.
_________________________________________________________________________
See also: FlushEvents, KbName, KbDemo, KbWait, KbCheck, GetChar, CharAvail.
PsychBasic
Additions:
===[[DisableKeysForKbCheck]]===
==PtbReference › PsychBasic==
Deletions:
===PsychBasic===