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.