diff --git a/test.py b/test.py index f04cdec..6737960 100755 --- a/test.py +++ b/test.py @@ -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) \ No newline at end of file + +if apply_rules == '1': + subprocess.run('setxkbmap -option', shell=True) \ No newline at end of file