alexriss / keyboard-layout-converter

A simple python script to convert a Windows .klc keyboard layout to a Linux .xkb file
GNU General Public License v3.0
50 stars 7 forks source link

Change `open` strings to raw strings #2

Closed J-MR-T closed 3 years ago

J-MR-T commented 3 years ago

Absolute Paths have caused me some Problems, because I forgot to escape the backslashes (I'm not all that familiar with python), this can be avoided at no cost by using raw strings.

alexriss commented 3 years ago

thank you!