forked from CastroFidel/PortWINE
Added PW_USE_US_LAYOUT
This commit is contained in:
@ -604,8 +604,8 @@ stop_portwine () {
|
||||
if [ "$int_xneur" = "1" ]; then
|
||||
xneur &
|
||||
fi
|
||||
if [ ! -z ${PW_XKBD} ]; then
|
||||
setxkbmap ${PW_XKBD}
|
||||
if [ "$PW_USE_US_LAYOUT" != "0" ]; then
|
||||
setxkbmap
|
||||
fi
|
||||
pw_stop_progress_bar
|
||||
try_remove_file "${PORT_SCRIPTS_PATH}/0"
|
||||
|
Reference in New Issue
Block a user