Skip to content

Commit 6b28d67

Browse files
committed
Made it so pressing tab in the textbox changes focus
1 parent faac4ee commit 6b28d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def __init__(self):
2222
# Textbox
2323
self.textbox = QTextEdit(self)
2424
self.textbox.setPlaceholderText("Enter text to speak...")
25+
self.textbox.setTabChangesFocus(True)
2526
layout.addWidget(self.textbox)
2627

2728
# Speed Slider Layout

0 commit comments

Comments
 (0)