Grx.Event.prototype.get_keychar
function get_keychar(): String { // Gjs wrapper for grx_event_get_keychar() }
Gets the unicode character for a key event.
- Returns
the unicode character or 0 if event is not a Grx.KeyEvent
function get_keychar(): String { // Gjs wrapper for grx_event_get_keychar() }
Gets the unicode character for a key event.
the unicode character or 0 if event is not a Grx.KeyEvent