canonical/mir

Unify mousekeys/mouse keys naming

Open

#3,901 opened on 2025年4月18日

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)

説明

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.

コントリビューターガイド