diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:39:04 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:39:04 +0200 |
commit | fe0ae8be75c77f94f9463798746dab839632dcaa (patch) | |
tree | d7b67e8deaadcac99fc6708e53c9dc747aa448d2 | |
parent | c22ca8af02e67fb4627d754e7a456ddbddecbb84 (diff) |
bin:key_test -> key_test.py
-rwxr-xr-x | bin/key_test.py (renamed from bin/key_test) | 0 | ||||
-rw-r--r-- | units/keys/jobs.pxu | 10 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/key_test b/bin/key_test.py index 2bd95f9..2bd95f9 100755 --- a/bin/key_test +++ b/bin/key_test.py diff --git a/units/keys/jobs.pxu b/units/keys/jobs.pxu index d06eb98..9dc3450 100644 --- a/units/keys/jobs.pxu +++ b/units/keys/jobs.pxu @@ -41,7 +41,7 @@ imports: from com.canonical.plainbox import manifest requires: manifest.has_special_keys == 'True' flags: also-after-suspend-manual user: root -command: key_test -s '0xe02e,0xe0ae:Volume Down' '0xe030,0xe0b0:Volume Up' +command: key_test.py -s '0xe02e,0xe0ae:Volume Down' '0xe030,0xe0b0:Volume Up' _description: PURPOSE: This test will test the volume keys of your keyboard @@ -60,7 +60,7 @@ imports: from com.canonical.plainbox import manifest requires: manifest.has_special_keys == 'True' flags: also-after-suspend-manual user: root -command: key_test -s '0xe020,0xe0a0:Mute' +command: key_test.py -s '0xe020,0xe0a0:Mute' _description: PURPOSE: This test will test the mute key of your keyboard @@ -94,7 +94,7 @@ imports: from com.canonical.plainbox import manifest requires: manifest.has_special_keys == 'True' flags: also-after-suspend-manual user: root -command: key_test -s '0xe071,0xef1:Battery Info' +command: key_test.py -s '0xe071,0xef1:Battery Info' _description: PURPOSE: This test will test the battery information key @@ -136,7 +136,7 @@ imports: from com.canonical.plainbox import manifest requires: manifest.has_special_keys == 'True' flags: also-after-suspend-manual user: root -command: key_test -s 0xe010,0xe090:Previous 0xe024,0xe0a4:Stop 0xe019,0xe099:Next 0xe022,0xe0a2:Play +command: key_test.py -s 0xe010,0xe090:Previous 0xe024,0xe0a4:Stop 0xe019,0xe099:Next 0xe022,0xe0a2:Play _description: PURPOSE: This test will test the media keys of your keyboard @@ -155,7 +155,7 @@ imports: from com.canonical.plainbox import manifest requires: manifest.has_special_keys == 'True' flags: also-after-suspend-manual user: root -command: key_test -s '0xe05b,0xe0db:Left Super Key' +command: key_test.py -s '0xe05b,0xe0db:Left Super Key' _description: PURPOSE: This test will test the super key of your keyboard |