|
virtual bool ScimBridgeAgentProtected::filter_hotkeys |
( |
scim_bridge_imcontext_id_t |
imcontext_id, |
|
|
const scim::KeyEvent & |
key_event |
|
) |
[pure virtual] |
|
|
Filter hot key events.
- Parameters:
-
| imcontext_id | The ID of IMContext. |
| key_event | The key event. |
- Returns:
- Whether the key event is consumed or not.
|
|