diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-09-19 19:09:29 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-09-19 19:09:29 +0200 |
commit | 269c6bdaba62b79bb832d3e1cc516fff013a7dc3 (patch) | |
tree | 9bc7fbfdecbe1a7e102af9067003b23f329a62bd | |
parent | 93a3e51e749afc0c3ba8488b900124fda6bb8774 (diff) | |
download | MusicSampler-269c6bdaba62b79bb832d3e1cc516fff013a7dc3.tar.gz MusicSampler-269c6bdaba62b79bb832d3e1cc516fff013a7dc3.tar.zst MusicSampler-269c6bdaba62b79bb832d3e1cc516fff013a7dc3.zip |
Disable dead keys and enable capslock
-rw-r--r-- | music_sampler/music_sampler.kv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/music_sampler/music_sampler.kv b/music_sampler/music_sampler.kv index 0432e14..839d2ce 100644 --- a/music_sampler/music_sampler.kv +++ b/music_sampler/music_sampler.kv | |||
@@ -611,6 +611,8 @@ | |||
611 | key_sym: "^" | 611 | key_sym: "^" |
612 | row: 3 | 612 | row: 3 |
613 | col: 12.5 | 613 | col: 12.5 |
614 | line_width: 1 | ||
615 | enabled: False | ||
614 | Key: | 616 | Key: |
615 | id: Key_36 | 617 | id: Key_36 |
616 | key_code: 36 | 618 | key_code: 36 |
@@ -632,8 +634,6 @@ | |||
632 | row: 4 | 634 | row: 4 |
633 | col: 1 | 635 | col: 1 |
634 | key_width: 1.75 | 636 | key_width: 1.75 |
635 | line_width: 1 | ||
636 | enabled: False | ||
637 | 637 | ||
638 | Key: | 638 | Key: |
639 | id: Key_113 | 639 | id: Key_113 |