This file is indexed.

/usr/src/castle-game-engine-4.1.1/x3d/doc/x3d_nodes/2/KeyDeviceSensor.txt is in castle-game-engine-src 4.1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
X3DKeyDeviceSensorNode : X3DSensorNode {
}

KeySensor : X3DKeyDeviceSensorNode {
  SFInt32  [out]    actionKeyPress   
  SFInt32  [out]    actionKeyRelease 
  SFBool   [out]    altKey           
  SFBool   [out]    controlKey       
  SFString [out]    keyPress         
  SFString [out]    keyRelease       
  SFBool   [out]    shiftKey         
}

StringSensor  : X3DKeyDeviceSensorNode {
  SFBool   [in,out] deletionAllowed TRUE
  SFString [out]    enteredText       
  SFString [out]    finalText         
}