mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 02:48:26 +02:00
- Added rules statement for resetting the setxkbmap at the end
This commit is contained in:
5
test.py
5
test.py
@@ -311,5 +311,6 @@ if uitype == 'term':
|
|||||||
subprocess.check_output('setxkbmap -option', shell=True).decode('utf-8')
|
subprocess.check_output('setxkbmap -option', shell=True).decode('utf-8')
|
||||||
print ("Testing mac keyboard - terminal - Kinto keymapping...")
|
print ("Testing mac keyboard - terminal - Kinto keymapping...")
|
||||||
mac_keys_terminal()
|
mac_keys_terminal()
|
||||||
|
|
||||||
subprocess.run('setxkbmap -option', shell=True)
|
if apply_rules == '1':
|
||||||
|
subprocess.run('setxkbmap -option', shell=True)
|
Reference in New Issue
Block a user