Skip to content

Commit

Permalink
Provide configuration for K(eyboard)L(ayout)I(nstaller)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Mar 23, 2021
1 parent 399ff78 commit 4335f2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set(OUTPUT_FILENAME "kbd-us-intl-altgr.dll" CACHE STRING "The name of the output

string(TIMESTAMP CURRENT_YEAR "%Y")

configure_file("resources/kli.ini.in" "kli.ini")
configure_file("resources/layout.rc.in" "layout.rc")

add_library(us-intl-altgr MODULE
Expand Down
8 changes: 8 additions & 0 deletions resources/kli.ini.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[install]
language_id = 0x0409
product_code = {B45A9739-7C8A-4165-B1D2-F2A46F3ADE1D}

[layout]
file = @OUTPUT_FILENAME@
text = United States (International) - Alt Gr dead keys
display_name = United States (International) - Alt Gr dead keys

0 comments on commit 4335f2b

Please sign in to comment.