Why i can't paste text in CTkEntry from clipboard? help me, please) #1780
Replies: 3 comments
-
entry = ctk.CTkEntry(root)
entry.pack()
entry.bind('<Control-v>', your_paste_function) you can create the |
Beta Was this translation helpful? Give feedback.
-
@davidfilatov04102000 Must be due to incorrect keyboard settings. Also check this: #1739 (comment) |
Beta Was this translation helpful? Give feedback.
-
It's just that ctrl+v stupidly doesn't work with a different language layout than Eng. |
Beta Was this translation helpful? Give feedback.
-
friends, explain to me, please what i can do so what my vidget CTkEntry supports comman ctrl + v?
Beta Was this translation helpful? Give feedback.
All reactions