Keymap


Description:

[ CCode ( has_construct_function = false ) ]
[ Deprecated ]
public Keymap (string name)

Warning: Keymap is deprecated.

Get an Keymap associated with the giving name.

Note:

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.

Parameters:

name

The keymap file to be loaded, such as 'us', 'jp'.

Returns:

An Keymap associated with the giving name; or null if failed.