Akascape / CTkListbox

A simple listbox for customtkinter (extenstion/add-on)
MIT License
130 stars 14 forks source link

Adding multiple modes #22

Closed masuriii closed 6 months ago

masuriii commented 8 months ago

The tkinter listbox has modes: tk.SINGLE, tk.BROWSE, tk.MULTIPLE, tk.EXTENDED

i would like to choose items with Shift and Ctrl or to select items with arrows

can you add this pls sry for my eng :)

Akascape commented 6 months ago

@masuriii

The tkinter listbox has modes: tk.SINGLE, tk.BROWSE, tk.MULTIPLE, tk.EXTENDED

I have already added multiple_selection option.

i would like to choose items with Shift and Ctrl or to select items with arrows

I have added shift bindings to easily select multiple options at once.