mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

698
comptes actifs

#calendar

8 messages8 participants0 message aujourd’hui

After months exclusively using the #OpenSource #Wayland #Sway #WindowManager, I'm finding that I would be grateful if there was a way to do the following with #mouse. Increase the #MouseCursor size, #LockScreen with mouse, open #Calendar with mouse, reboot or shutdown with mouse, adjust screen #brightnessctl and #wlsunset with mouse, open #BluetoothManager with mouse, open wifi and network settings with mouse, #AppLauncher with mouse. I'm uncertain of how to approach some of these on #SwayWM

As part of our volunteer-driven accessibility initiative in GNOME Calendar, and for the first time in the 10+ years of Calendar's existence, we finally completed and merged the first step needed to have a working calendar app for people who rely on keyboard navigation. This merge request in particular makes the event widgets focusable with navigation keys (arrow left/up/right/down) and activatable with space/enter. This will be available in GNOME 49.

Most of GNOME Calendar's layout and widgets consist of custom widgets and complex calculations, both independently and according to other factors (window size, height and width of each cell, number of events, positioning, etc.), so these widgets need to be minimal to have as little overhead as possible. This means that these widgets also need to have the necessary accessibility features reimplemented or even rethought, including and starting with the event widgets.

We also hope to get other parts of GNOME Calendar accessible before GNOME 49, but I can't promise anything at the moment. We did start working with making the month view accessible: gitlab.gnome.org/GNOME/gnome-c

GitLabMake the event widget accessible (!559) · Requêtes de fusion · GNOME / gnome-calendar · GitLabThis implements button functionality to make it able to focus and activate it. This also sets the appropriate accessibility role and labels/descriptions. Related:

I've just worked out that whoever coded the calendar I've been using (for my secondary world) got their maths wrong. They start the calendar from year 0, but take start day from year 1. It means that everything is out by a day (possibly more once leap years are calculated).

#Coding#Dates#Calendar