Re: [libinput] A query regaring key remap functionality

2015-12-21 Thread Peter Hutterer
On Tue, Dec 22, 2015 at 06:28:21AM +0900, Sung-Jin Park wrote: > dh and peter, > thank you for your answer. > Actually I'm trying understand but frankly to say, I don't get the > following comments. And I don't understand why libinput has the left handed > facility as a device configuration. Can yo

Re: [libinput] A query regaring key remap functionality

2015-12-21 Thread Peter Hutterer
On Mon, Dec 21, 2015 at 02:43:05AM -0500, Christopher Michael wrote: > Peter, > > First, Thanks for taking the time to provide input (no pun intended) here :) > (all else inlined) > > On 12/21/2015 02:29 AM, Peter Hutterer wrote: > >On Mon, Dec 21, 2015 at 12:27:08AM -0500, Chris Michael wrote: >

Re: [libinput] A query regaring key remap functionality

2015-12-21 Thread Sung-Jin Park
dh and peter, thank you for your answer. Actually I'm trying understand but frankly to say, I don't get the following comments. And I don't understand why libinput has the left handed facility as a device configuration. Can you give me more comments on my doubts? >keymapping is a lot more complex

Re: [libinput] A query regaring key remap functionality

2015-12-20 Thread Christopher Michael
Peter, First, Thanks for taking the time to provide input (no pun intended) here :) (all else inlined) On 12/21/2015 02:29 AM, Peter Hutterer wrote: On Mon, Dec 21, 2015 at 12:27:08AM -0500, Chris Michael wrote: On 12/18/2015 01:20 AM, 박성진 wrote: Dear all, I have a query regarding key rema

Re: [libinput] A query regaring key remap functionality

2015-12-20 Thread Peter Hutterer
On Mon, Dec 21, 2015 at 12:27:08AM -0500, Chris Michael wrote: > On 12/18/2015 01:20 AM, 박성진 wrote: > >Dear all, > > > >I have a query regarding key remap functionality. > > > >As of now, there is no key remap functionality provided by libinput. > > > > Personally, if libinput is going to "handle

Re: [libinput] A query regaring key remap functionality

2015-12-20 Thread Chris Michael
On 12/18/2015 01:20 AM, 박성진 wrote: Dear all, I have a query regarding key remap functionality. As of now, there is no key remap functionality provided by libinput. Personally, if libinput is going to "handle input" .. then it SHOULD be handling (or at least providing) API for "users" where

[libinput] A query regaring key remap functionality

2015-12-17 Thread 박성진
Dear all, I have a query regarding key remap functionality. As of now, there is no key remap functionality provided by libinput. I’m thinking of having key remap functionality in libinput as one of the existing device configuration features. (Actually, I made a patch for libinput already and te