[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true ) ]
public Keymap (string name)
Warning: Keymap is deprecated.
Get an Keymap associated with the giving name.
This function has been deprecated and should not be used in newly written code. Please use @get.
This function loads the keymap file specified in name in the IBUS_DATA_DIR/keymaps directory.
| name |
The keymap file to be loaded, such as 'us', 'jp'. |
|
An Keymap associated with the giving name; or null if failed. |