#๐Ÿ”’ How do i define 'Space' button in pynput as a global variable?

8 messages ยท Page 1 of 1 (latest)

polar lintel
#

I'm trying to create a python code that captures user keyboard input using pynput libraries, i have defined some keys, but i still don't know how to define 'space' button, all it did is return error.

# Part 1: Global variables for key mappings
KEY_MAPPINGS = {
  'w': "W",
  'a': "A",
  's': "S",
  'd': "D",
  'r': "R",
  't': "T",
  ' ': "SPACE",
}

*Error return from the error handler in console.

civic mesaBOT
#

@polar lintel

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

cursive geyser
#

right there in the first example

polar lintel
civic mesaBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.