Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyboard shortcuts and auto repeat not working #10

Open
cyberhuman opened this issue Jun 25, 2019 · 3 comments
Open

keyboard shortcuts and auto repeat not working #10

cyberhuman opened this issue Jun 25, 2019 · 3 comments

Comments

@cyberhuman
Copy link

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.

@nyyManni
Copy link
Owner

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.

@cyberhuman
Copy link
Author

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

@markstos
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants