A collection of Linux drivers for Razer Chroma devices, it supports all lighting modes and includes a daemon for advanced effects + gui configuration app
GNU General Public License v2.0
231
stars
30
forks
source link
Simplify keyboard layout name when using international variant #107
Since the international layout variants are not different in the way the keys are distributed in the keyboard that part of the layout name can be left out for simplicity.
The problem this solves is one I had that made the GUI default to kb-gb when I tried to edit a profile.
The keyboard I have is en-US, but since my native language is Spanish and I wanted to type the "ñ" key and accents I set the en-US international variant. The GUI defaulted to the Great Britain layout because it couldn't recognize the added part to the layout name.
Since the international layout variants are not different in the way the keys are distributed in the keyboard that part of the layout name can be left out for simplicity.
For more info read this.
The problem this solves is one I had that made the GUI default to
kb-gb
when I tried to edit a profile.The keyboard I have is en-US, but since my native language is Spanish and I wanted to type the "ñ" key and accents I set the en-US international variant. The GUI defaulted to the Great Britain layout because it couldn't recognize the added part to the layout name.