- Added rules statement for resetting the setxkbmap at the end

This commit is contained in:
gbit86
2019-07-29 16:53:58 -05:00
parent dd12715f5f
commit 06f95c9d11

View File

@@ -311,5 +311,6 @@ if uitype == 'term':
subprocess.check_output('setxkbmap -option', shell=True).decode('utf-8')
print ("Testing mac keyboard - terminal - Kinto keymapping...")
mac_keys_terminal()
subprocess.run('setxkbmap -option', shell=True)
if apply_rules == '1':
subprocess.run('setxkbmap -option', shell=True)