Skip to content

Commit ec88944

Browse files
committed
Bump version to 1.5.2
1 parent 67198cf commit ec88944

17 files changed

+19
-19
lines changed

examples/output/ahk/colemak.ahk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Generated by KLFC 1.5.1
1+
; Generated by KLFC 1.5.2
22
; https://github.com/39aldo39/klfc
33

44
#MaxHotkeysPerInterval 200

examples/output/ahk/colemak_mod-dh.ahk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Generated by KLFC 1.5.1
1+
; Generated by KLFC 1.5.2
22
; https://github.com/39aldo39/klfc
33

44
#MaxHotkeysPerInterval 200

examples/output/keylayout/colemak.keylayout

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
33
<!--
4-
Generated by KLFC 1.5.1
4+
Generated by KLFC 1.5.2
55
https://github.com/39aldo39/klfc
66
-->
77
<keyboard group="126" id="-1337" name="Colemak">

examples/output/keylayout/colemak_mod-dh.keylayout

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
33
<!--
4-
Generated by KLFC 1.5.1
4+
Generated by KLFC 1.5.2
55
https://github.com/39aldo39/klfc
66
-->
77
<keyboard group="126" id="-1337" name="Colemak (mod-dh)">

examples/output/klc/colemak.klc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by KLFC 1.5.1
1+
// Generated by KLFC 1.5.2
22
// https://github.com/39aldo39/klfc
33

44
KBD colemak "Colemak"

examples/output/klc/colemak_mod-dh.klc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by KLFC 1.5.1
1+
// Generated by KLFC 1.5.2
22
// https://github.com/39aldo39/klfc
33

44
KBD colemak_mod-dh "Colemak (mod-dh)"

examples/output/pkl/layouts/colemak/layout.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Generated by KLFC 1.5.1
1+
; Generated by KLFC 1.5.2
22
; https://github.com/39aldo39/klfc
33

44
[informations]
@@ -11,7 +11,7 @@ company = 2006-01-01 Shai Coleman
1111
homepage = http://pkl.sourceforge.net/
1212
version = 1.0
1313

14-
generated_at = 2017-11-15 22:14:07
14+
generated_at = 2018-02-10 21:12:06
1515

1616

1717
[global]

examples/output/pkl/layouts/colemak_mod-dh/layout.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Generated by KLFC 1.5.1
1+
; Generated by KLFC 1.5.2
22
; https://github.com/39aldo39/klfc
33

44
[informations]
@@ -11,7 +11,7 @@ company = 2006-01-01 Shai Coleman
1111
homepage = http://pkl.sourceforge.net/
1212
version = 1.0
1313

14-
generated_at = 2017-11-15 22:14:07
14+
generated_at = 2018-02-10 21:12:06
1515

1616

1717
[global]

examples/output/pkl/pkl.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Generated by KLFC 1.5.1
1+
; Generated by KLFC 1.5.2
22
; https://github.com/39aldo39/klfc
33

44
[pkl]

examples/output/pkl/pkl_mod-dh.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Generated by KLFC 1.5.1
1+
; Generated by KLFC 1.5.2
22
; https://github.com/39aldo39/klfc
33

44
[pkl]

examples/output/tmk/unimap_colemak.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by KLFC 1.5.1
1+
// Generated by KLFC 1.5.2
22
// https://github.com/39aldo39/klfc
33

44
#include "unimap_trans.h"

examples/output/tmk/unimap_colemak_mod-dh.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by KLFC 1.5.1
1+
// Generated by KLFC 1.5.2
22
// https://github.com/39aldo39/klfc
33

44
#include "unimap_trans.h"

examples/output/xkb/XCompose

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by KLFC 1.5.1
1+
# Generated by KLFC 1.5.2
22
# https://github.com/39aldo39/klfc
33

44
# Dead key: special

examples/output/xkb/scripts/functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ copy_file () {
1717
file_to=$2
1818

1919
if [ ! -f "$file_from" ]; then
20-
[ -f "$file_to" ] && rm "$file_to"
20+
[ ! -f "$file_to" ] || rm "$file_to"
2121
elif [ ! -f "$file_to" ] || grep -qx "// Generated by KLFC .*" "$file_to" || confirm "$file_to already exists. Overwrite?"; then
2222
cp "$file_from" "$file_to"
2323
fi

examples/output/xkb/symbols/colemak

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by KLFC 1.5.1
1+
// Generated by KLFC 1.5.2
22
// https://github.com/39aldo39/klfc
33

44
default

examples/output/xkb/types/colemak

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by KLFC 1.5.1
1+
// Generated by KLFC 1.5.2
22
// https://github.com/39aldo39/klfc
33

44
default xkb_types "basic" {

keyboard-layout-files-creator.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: keyboard-layout-files-creator
2-
version: 1.5.1
2+
version: 1.5.2
33
author: Aldo Gunsing
44
license: GPL-3
55
license-file: LICENSE.txt

0 commit comments

Comments
 (0)