canonical/mir

Unify mousekeys/mouse keys naming

Open

#3 901 ouverte le 18 avr. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (137 forks)auto 404
Good first issue

Métriques du dépôt

Stars
 (775 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Throughout the code, mousekeys switches between these two styles: mousekeys (one word), and mouse-keys (two words). Fortunately, most classes/symbols follow the pattern MouseKeys*, but code comments, docs, and config options deviate and use mouse-keys. As far as I know, most "user facing" stuff uses the aforementioned pattern, so it's mostly consistent from the point of view of users. But it could be confusing to new contributors to switch between mousekeys and mouse[-_ ]keys constantly.

Guide contributeur