Skip to content

Commit

Permalink
Bump version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
39aldo39 committed Feb 10, 2018
1 parent 67198cf commit ec88944
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/output/ahk/colemak.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Generated by KLFC 1.5.1
; Generated by KLFC 1.5.2
; https://github.com/39aldo39/klfc

#MaxHotkeysPerInterval 200
Expand Down
2 changes: 1 addition & 1 deletion examples/output/ahk/colemak_mod-dh.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Generated by KLFC 1.5.1
; Generated by KLFC 1.5.2
; https://github.com/39aldo39/klfc

#MaxHotkeysPerInterval 200
Expand Down
2 changes: 1 addition & 1 deletion examples/output/keylayout/colemak.keylayout
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<!--
Generated by KLFC 1.5.1
Generated by KLFC 1.5.2
https://github.com/39aldo39/klfc
-->
<keyboard group="126" id="-1337" name="Colemak">
Expand Down
2 changes: 1 addition & 1 deletion examples/output/keylayout/colemak_mod-dh.keylayout
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<!--
Generated by KLFC 1.5.1
Generated by KLFC 1.5.2
https://github.com/39aldo39/klfc
-->
<keyboard group="126" id="-1337" name="Colemak (mod-dh)">
Expand Down
2 changes: 1 addition & 1 deletion examples/output/klc/colemak.klc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by KLFC 1.5.1
// Generated by KLFC 1.5.2
// https://github.com/39aldo39/klfc

KBD colemak "Colemak"
Expand Down
2 changes: 1 addition & 1 deletion examples/output/klc/colemak_mod-dh.klc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by KLFC 1.5.1
// Generated by KLFC 1.5.2
// https://github.com/39aldo39/klfc

KBD colemak_mod-dh "Colemak (mod-dh)"
Expand Down
4 changes: 2 additions & 2 deletions examples/output/pkl/layouts/colemak/layout.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Generated by KLFC 1.5.1
; Generated by KLFC 1.5.2
; https://github.com/39aldo39/klfc

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

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


[global]
Expand Down
4 changes: 2 additions & 2 deletions examples/output/pkl/layouts/colemak_mod-dh/layout.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Generated by KLFC 1.5.1
; Generated by KLFC 1.5.2
; https://github.com/39aldo39/klfc

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

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


[global]
Expand Down
2 changes: 1 addition & 1 deletion examples/output/pkl/pkl.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Generated by KLFC 1.5.1
; Generated by KLFC 1.5.2
; https://github.com/39aldo39/klfc

[pkl]
Expand Down
2 changes: 1 addition & 1 deletion examples/output/pkl/pkl_mod-dh.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Generated by KLFC 1.5.1
; Generated by KLFC 1.5.2
; https://github.com/39aldo39/klfc

[pkl]
Expand Down
2 changes: 1 addition & 1 deletion examples/output/tmk/unimap_colemak.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by KLFC 1.5.1
// Generated by KLFC 1.5.2
// https://github.com/39aldo39/klfc

#include "unimap_trans.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/output/tmk/unimap_colemak_mod-dh.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by KLFC 1.5.1
// Generated by KLFC 1.5.2
// https://github.com/39aldo39/klfc

#include "unimap_trans.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/output/xkb/XCompose
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by KLFC 1.5.1
# Generated by KLFC 1.5.2
# https://github.com/39aldo39/klfc

# Dead key: special
Expand Down
2 changes: 1 addition & 1 deletion examples/output/xkb/scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ copy_file () {
file_to=$2

if [ ! -f "$file_from" ]; then
[ -f "$file_to" ] && rm "$file_to"
[ ! -f "$file_to" ] || rm "$file_to"
elif [ ! -f "$file_to" ] || grep -qx "// Generated by KLFC .*" "$file_to" || confirm "$file_to already exists. Overwrite?"; then
cp "$file_from" "$file_to"
fi
Expand Down
2 changes: 1 addition & 1 deletion examples/output/xkb/symbols/colemak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by KLFC 1.5.1
// Generated by KLFC 1.5.2
// https://github.com/39aldo39/klfc

default
Expand Down
2 changes: 1 addition & 1 deletion examples/output/xkb/types/colemak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by KLFC 1.5.1
// Generated by KLFC 1.5.2
// https://github.com/39aldo39/klfc

default xkb_types "basic" {
Expand Down
2 changes: 1 addition & 1 deletion keyboard-layout-files-creator.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: keyboard-layout-files-creator
version: 1.5.1
version: 1.5.2
author: Aldo Gunsing
license: GPL-3
license-file: LICENSE.txt
Expand Down

0 comments on commit ec88944

Please sign in to comment.