final
      UI\Key
     
     {
    
    
     const
     integer
      Escape
    ;
    
     const
     integer
      Insert
    ;
    
     const
     integer
      Delete
    ;
    
     const
     integer
      Home
    ;
    
     const
     integer
      End
    ;
    
     const
     integer
      PageUp
    ;
    
     const
     integer
      PageDown
    ;
    
     const
     integer
      Up
    ;
    
     const
     integer
      Down
    ;
    
     const
     integer
      Left
    ;
    
     const
     integer
      Right
    ;
    
     const
     integer
      F1
    ;
    
     const
     integer
      F2
    ;
    
     const
     integer
      F3
    ;
    
     const
     integer
      F4
    ;
    
     const
     integer
      F5
    ;
    
     const
     integer
      F6
    ;
    
     const
     integer
      F7
    ;
    
     const
     integer
      F8
    ;
    
     const
     integer
      F9
    ;
    
     const
     integer
      F10
    ;
    
     const
     integer
      F11
    ;
    
     const
     integer
      F12
    ;
    
     const
     integer
      N0
    ;
    
     const
     integer
      N1
    ;
    
     const
     integer
      N2
    ;
    
     const
     integer
      N3
    ;
    
     const
     integer
      N4
    ;
    
     const
     integer
      N5
    ;
    
     const
     integer
      N6
    ;
    
     const
     integer
      N7
    ;
    
     const
     integer
      N8
    ;
    
     const
     integer
      N9
    ;
    
     const
     integer
      NDot
    ;
    
     const
     integer
      NEnter
    ;
    
     const
     integer
      NAdd
    ;
    
     const
     integer
      NSubtract
    ;
    
     const
     integer
      NMultiply
    ;
    
     const
     integer
      NDivide
    ;
    
   }