Questions about disabling key repeat for a keycode or a
keysym
On Wed, Apr 20, 2016 at 06:47:22AM +, 박성진 wrote:
> Dear Ran,
> what I did is following. :)
>
> 1. define a custom keysym in libxkbcommon
>- add a custom keysym into xkbcommon/xkbcommon-keysyms.h file
On Wed, Apr 20, 2016 at 06:47:22AM +, 박성진 wrote:
> Dear Ran,
> what I did is following. :)
>
> 1. define a custom keysym in libxkbcommon
>- add a custom keysym into xkbcommon/xkbcommon-keysyms.h file (e.g.
> XF86VoiceWakeUp)
>- build ks_table.h again to reflect the custom keysym in li
ssage ---
Sender : Ran Benita
Date : 2016-04-19 19:51 (GMT+09:00)
Title : Re: Re: Questions about disabling key repeat for a keycode or a keysym
On Tue, Apr 19, 2016 at 09:54:35AM +, 박성진 wrote:
> Dear Ran,
> thank you for your answer. :)
>
> Plz kindly provide more details about it.
On Tue, Apr 19, 2016 at 09:54:35AM +, 박성진 wrote:
> Dear Ran,
> thank you for your answer. :)
>
> Plz kindly provide more details about it.
> We have defined some key symbols for built-in keys in mobile handset
> and would like to disable repeat for them.
Can you give an example of such a key
-04-19 18:46 (GMT+09:00)
Title : Re: Questions about disabling key repeat for a keycode or a keysym
The value returned by `xkb_keymap_key_repeats()` is determined by the
keymap. In xkeyboard-config, it is "calculated" automatically by a
mechanism called "interprets" in the &quo
The value returned by `xkb_keymap_key_repeats()` is determined by the
keymap. In xkeyboard-config, it is "calculated" automatically by a
mechanism called "interprets" in the "compat" section, but it can also
be set directly for a given key in the "symbols" section. I can provide
more details if you
Title: Samsung Enterprise Portal mySingle
Dear all,
I wonder how I can disable key repeat for a specific keycode or a specific keysym.
We're using EFL (ecore wayland) to process key events and every keys are being repeated
based on the values like repeat delay, rate getting from wayland composito