1
0
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:
Bryan Roe
2020-11-18 17:01:15 -08:00
parent 2fc2206eb9
commit 4ffe75c873
5 changed files with 105 additions and 8 deletions

View File

@@ -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']);