AceCentre / FaceCommander

Control your computer by making faces
Apache License 2.0
2 stars 1 forks source link

Page selection control should be textual #21

Open sjjhsjjh opened 3 months ago

sjjhsjjh commented 3 months ago

The controls for selection of a page in the GUI seem to be defined as images even though they are actually textual. Here is a screen capture of the controls. image

The code that implements them is near here. https://github.com/AceCentre/FaceCommander/blob/7d389cb641c82c35a6eadfb26ea8340d72aa436c/src/gui/frames/frame_menu.py#L29

Using images seems to make it incompatible with, for example, screen reading technology.

The controls should instead be text. The current selection highlight should be implemented with a simple tkinter Canvas maybe, or the highlighting could be changed to something that can be implemented with tkinter widget styling.