public static final class CefKeyboardHandler.CefKeyEvent
extends java.lang.Object 
      | 限定符和类型 | 类和说明 | 
|---|---|
static class  |  
           CefKeyboardHandler.CefKeyEvent.EventType 
            
             Key event types.
             关键事件类型。  |  
          
| 限定符和类型 | 字段和说明 | 
|---|---|
char |  
           character 
            
             The character generated by the keystroke.
             击键产生的角色。  |  
          
boolean |  
           focus_on_editable_field 
            
             True if the focus is currently on an editable field on the page.
             如果焦点当前位于页面上的可编辑字段,则为True。  |  
          
boolean |  
           is_system_key 
            
             Indicates whether the event is considered a "system key" event (see http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx for details).
             指示事件是否被视为“系统密钥”事件(有关详细信息,请参阅http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx)。  |  
          
int |  
           modifiers 
            
             Bit flags describing any pressed modifier keys.
             描述任何按下的修改键的位标志。  |  
          
int |  
           native_key_code 
            
             The actual key code genenerated by the platform.
             由平台生成的实际密钥代码。  |  
          
CefKeyboardHandler.CefKeyEvent.EventType |  
           type 
            
             The type of keyboard event.
             键盘事件的类型。  |  
          
char |  
           unmodified_character 
            
             Same as character but unmodified by any concurrently-held modifiers (except shift).
             与字符相同但未被任何并发保持的修饰符(shift除外)修改。  |  
          
int |  
           windows_key_code 
            
             The Windows key code for the key event.
             键事件的Windows键代码。  |  
          
public final char character
public final boolean focus_on_editable_field
public final boolean is_system_key
public final int modifiers
for values.
           public final int native_key_code
public final CefKeyboardHandler.CefKeyEvent.EventType type
public final char unmodified_character
public final int windows_key_code