Re: [PATCH Weston] Load xkb map from file

2020-01-30 Thread Pekka Paalanen
On Mon, 14 Aug 2017 16:50:43 +0300 Constantine Bytensky wrote: > I use my own keymap file on X.Org and I want to use it at Weston. > > compositor/main.c | 2 ++ > libweston/compositor.h | 1 + > libweston/input.c | 13 ++--- > 3 files changed, 13 insertions(+), 3 deletions(-

[PATCH Weston] Load xkb map from file

2017-09-15 Thread Constantine Bytensky
I use my own keymap file on X.Org and I want to use it at Weston. compositor/main.c | 2 ++ libweston/compositor.h | 1 + libweston/input.c | 13 ++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/compositor/main.c b/compositor/main.c index f8a60e9..fccc741

[PATCH Weston] Load xkb map from file

2017-09-13 Thread Constantine Bytensky
I use my own keymap file on X.Org and I want to use it at Weston. compositor/main.c | 2 ++ libweston/compositor.h | 1 + libweston/input.c | 13 ++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/compositor/main.c b/compositor/main.c index f8a60e9..fccc741