@get


Description:

public static Keymap @get (string name)

Get an IBusKeymap associated with the giving name.

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.