Skip to content

Commit

Permalink
Merge pull request #3126 from pillowtrucker/fix-countrycode-comment
Browse files Browse the repository at this point in the history
xkb countrycode for uk keyboard is 'gb'
  • Loading branch information
AlanGriffiths authored Nov 16, 2023
2 parents 248f5b2 + e14b6f5 commit 29342b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/miral/miral/keymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Keymap
/// Format is:
/// \verbatim <language>[+<variant>[+<options>]] \endverbatim
/// Options is a comma separated list.
/// e.g. "uk" or "us+dvorak"
/// e.g. "gb" or "us+dvorak"
explicit Keymap(std::string const& keymap);
~Keymap();
Keymap(Keymap const& that);
Expand Down

0 comments on commit 29342b0

Please sign in to comment.