AltKey |
appearance as argument number 1 |
(disjoint AltKey ControlKey) | ComputerInput.kif 360-360 | AltKey と ControlKey は disjoint では %n |
(disjoint AltKey FunctionKey) | ComputerInput.kif 362-362 | AltKey と FunctionKey は disjoint では %n |
(disjoint AltKey ShiftKey) | ComputerInput.kif 361-361 | AltKey と ShiftKey は disjoint では %n |
(documentation AltKey EnglishLanguage "An AltKey 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 357-359 | |
(subclass AltKey MultiKeypressKey) | ComputerInput.kif 356-356 | AltKey は MultiKeypressKey の subclass では %n |
appearance as argument number 2 |
(termFormat EnglishLanguage AltKey "alt key") | domainEnglishFormat.kif 64438-64438 |
consequent |
(=> (and (instance ?ACT AltKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY AltKey)) |
ComputerInput.kif 1322-1327 | |
(=> (instance ?ACT AltKeyHoldDown) (exists (?KEY) (and (instance ?KEY AltKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1315-1320 |