Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3338704
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:24:27+00:00 2026-05-18T00:24:27+00:00

I am writing an application in Python using Tkinter to manage my GUI. There

  • 0

I am writing an application in Python using Tkinter to manage my GUI.

There is a text entry box on which I am trying to implement an autocompletion function which will bind to the Tab key.

I have bound the tab key to my entry box, but when I press tab, the program attempts to cycle between GUI elements.

How do I override this default behavior so that the GUI will only carry out my specified command on the key press?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T00:24:27+00:00Added an answer on May 18, 2026 at 12:24 am

    Return 'break' at the end of your event handler. It interrupts event propagation.

    def my_tab_handler(event):
        ... # handle tab event
        return 'break' # interrupts event propagation to default handlers
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a GUI application in Python using wxPython and I want to display
I'm coding the menu for an application I'm writing in python, using wxPython libraries
I'm writing a Python application that takes a command as an argument, for example:
I'm writing a web application in Python, intended for use by teachers and pupils
I'm writing a log collection / analysis application in Python and I need to
I am writing a simple Python web application that consists of several pages of
I'm writing a mapping application that I am writing in python and I need
I'm writing a reasonably complex web application. The Python backend runs an algorithm whose
im writing an application that downloads and installs addons for programs which needs to
When writing application code, it's generally accepted that premature micro -optimization is evil, and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.