ShiftKey
|
|
appearance as argument number 1 |
(disjoint ShiftKey FunctionKey) | ComputerInput.kif 347-347 | ShiftKey と FunctionKey は disjoint では %n |
(documentation ShiftKey EnglishLanguage "A ShiftKey is a type of ComputerKeyboardKey on a ComputerKeyboard often labeled ``Shift'' which affects the output of other keys if typed while it is being held down.") | ComputerInput.kif 344-346 | |
(subclass ShiftKey MultiKeypressKey) | ComputerInput.kif 343-343 | ShiftKey は MultiKeypressKey の subclass では %n |
appearance as argument number 2 |
(disjoint AltKey ShiftKey) | ComputerInput.kif 361-361 | AltKey と ShiftKey は disjoint では %n |
(disjoint ControlKey ShiftKey) | ComputerInput.kif 353-353 | ControlKey と ShiftKey は disjoint では %n |
(termFormat EnglishLanguage ShiftKey "shift key") | domainEnglishFormat.kif 65487-65487 |
consequent |
(=> (and (instance ?ACT ShiftKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY ShiftKey)) |
ComputerInput.kif 1278-1283 | |
(=> (instance ?ACT ShiftKeyHoldDown) (exists (?KEY) (and (instance ?KEY ShiftKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1271-1276 |