Fixed up the grep statement to show only the first layout if there are multiples.

This commit is contained in:
stormdragon2976 2023-02-10 09:44:45 -05:00
parent f1d21ae49f
commit 172f5482d0

View File

@ -24,7 +24,7 @@ With no arguments, the list of installed games will be displayed. In all the men
if you are using a language on your system other than English, you may need to temperarily change the keyboard layout while playing some games. To find out which keyboard layout you are currently using, run the following command:
setxkbmap -print -verbose 10 | grep 'layout:'
setxkbmap -print -verbose 10 | grep -m1 'layout:'
If the layout is not us, and if you are having some problems with keys not working, before you launch the game, run the following command to switch keyboard layout: