summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2015-09-09 11:04:49 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2015-09-09 11:04:49 +0900
commita6d1a4cfcd830836f89c6206f33b957c908e2c00 (patch)
tree04f86ee95260854b510d8a80b4384d055504552c /data
parent291b9ad97cf4619dffd9ffb7f92d2e8bf67d8249 (diff)
downloadelementary-a6d1a4cfcd830836f89c6206f33b957c908e2c00.tar.gz
elm theme - make sure key sounds are on input channel for muting config
@fix
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/entry.edc10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/themes/edc/elm/entry.edc b/data/themes/edc/elm/entry.edc
index 4967f67e7..1a110c381 100644
--- a/data/themes/edc/elm/entry.edc
+++ b/data/themes/edc/elm/entry.edc
@@ -628,19 +628,19 @@ group { name: "elm/entry/base/default";
}
}
program { name: "key-down1";
- action: PLAY_SAMPLE "key-tap1" 1.0;
+ action: PLAY_SAMPLE "key-tap1" 1.0 INPUT;
}
program { name: "key-down2";
- action: PLAY_SAMPLE "key-tap2" 1.0;
+ action: PLAY_SAMPLE "key-tap2" 1.0 INPUT;
}
program { name: "key-down3";
- action: PLAY_SAMPLE "key-tap3" 1.0;
+ action: PLAY_SAMPLE "key-tap3" 1.0 INPUT;
}
program { name: "key-down4";
- action: PLAY_SAMPLE "key-tap4" 1.0;
+ action: PLAY_SAMPLE "key-tap4" 1.0 INPUT;
}
program { name: "key-down5";
- action: PLAY_SAMPLE "key-tap5" 1.0;
+ action: PLAY_SAMPLE "key-tap5" 1.0 INPUT;
}
}
}