canonical/mir

Unify mousekeys/mouse keys naming

Open

#3,901 opened on Apr 18, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (137 forks)auto 404
Good first issue

Repository metrics

Stars
 (775 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide