# used to build  popup menu

entry I "Zoom In" "ZoomIn"
entry  O "Zoom Out" "ZoomOut"
pullright R "Rotate"
  entry X "X-axis" "RotateX 10"
  entry Y "Y-axis" "RotateY 10"
  entry Z "Z-axis" "RotateZ 10"
end
pullright M "Move"
  entry X "X-axis" "MoveX 1"
  entry Y "Y-axis" "MoveY 1"
  entry Z "Z-axis" "MoveZ 1"
end
pullright M "Stereo"
  entry o "on" "Stereo on"
  entry f "off" "Stereo off"
end
pullright M "Fullscreen"
  entry o "on" "Fullscreen on"
  entry f "off" "Fullscreen off"
end
