diff options
Diffstat (limited to '')
-rw-r--r-- | linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/Makefile b/linux/Makefile index eba053a..88bab29 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -28,6 +28,7 @@ xmodmap/neo_de_x-prog.xmodmap:xmodmap/neo_de.xmodmap xmodmap/neo_de_alternative.xmodmap:xmodmap/neo_de.xmodmap sed -e 's/U202F/NoSymbol/g' \ + -e 's/keycode\ 108/keysym\ KP_Enter/g' \ -e 's/dead_stroke/NoSymbol/g' \ -e 's/dead_doublegrave/U02F5/g' \ -e 's/dead_dasia/U1FFE/g' $< > $@ |