dmenu-wayland icon indicating copy to clipboard operation
dmenu-wayland copied to clipboard

keyboard shortcuts and auto repeat not working

Open cyberhuman opened this issue 5 years ago • 3 comments

In dmenu the following key combinations work:

  • Ctrl+W to remove word
  • Ctrl+A to go to the beginning of the line
  • Ctrl+E to go to the ending of the line
  • Ctrl+Y to paste from clipboard
  • Ctrl+Left to jump over the word left
  • Ctrl+Right to jump over the word right

Maybe there are others that I didn't find. None of these work in dmenu-wl. Also key presses don't auto repeat.

cyberhuman avatar Jun 25 '19 12:06 cyberhuman

Ctrl+A and Ctrl+E should be already implemented. For Ctrl+Y I have to figure out how to paste from clipboard in Wayland (and how it plays with XWayland clients, too).

Keyrepeat is not yet implemented, on Wayland each client needs to handle keyrepeat by itself.

nyyManni avatar Jun 25 '19 12:06 nyyManni

Right, I missed that Ctrl+A and Ctrl+E are implemented!

cyberhuman avatar Jun 25 '19 13:06 cyberhuman

When implementing Paste, "Control+V" should also be implemented as well as the "Paste" keycode.

For example, I would like to paste in a Nerdfont glyph that I don't know how to type.

markstos avatar Jan 12 '23 20:01 markstos