Keyboard Shortcuts in Tkinter Applications

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • Today we learn how to add keyboard shortcuts to Tkinter GUI applications in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine.com/services
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
  • НаукаНаука

Комментарии • 5

  • @Claude_CJ_Vercetti
    @Claude_CJ_Vercetti 23 дня назад +5

    The strange thing is that keys combinations bound by bind() method don't work if you switch English language to another one. It's better to use "keyboard" library, there are no issues with that.
    Even such commands as CTRL+C and CTRL+V won't work on tkinter in not English language is set.
    With wxPython this problem doesn't happen, this library understands language switching

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 19 дней назад

    Keep it up. 💯

  • @Pyth_onist
    @Pyth_onist 23 дня назад

    Hey there python devs, if you are seeing this comment, This is a great video to watch

  • @AlaaSaidAhmad
    @AlaaSaidAhmad 23 дня назад +1

    Nice tutorial bro but please can you make a full tutorial for python tkinter

    • @pharaoh9483
      @pharaoh9483 23 дня назад

      Read the documentation. That’s the best way to learn