mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
Added unicode-key support for xorg (Linux/FreeBSD)
This commit is contained in:
@@ -311,6 +311,11 @@ function monitorinfo()
|
||||
this._X11.CreateMethod('XBlackPixel');
|
||||
this._X11.CreateMethod('XWhitePixel');
|
||||
this._X11.CreateMethod('Xutf8SetWMProperties');
|
||||
|
||||
this._X11.CreateMethod('XDisplayKeycodes');
|
||||
this._X11.CreateMethod('XGetKeyboardMapping');
|
||||
this._X11.CreateMethod('XStringToKeysym');
|
||||
this._X11.CreateMethod('XChangeKeyboardMapping');
|
||||
}
|
||||
|
||||
var ch = require('child_process').execFile('/bin/sh', ['sh']);
|
||||
|
||||
Reference in New Issue
Block a user