Skip to content

Commit

Permalink
Add new Layouts
Browse files Browse the repository at this point in the history
!
  • Loading branch information
mominul committed Nov 9, 2016
1 parent 80b6381 commit 8a5c019
Show file tree
Hide file tree
Showing 7 changed files with 899 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## Master
* A new button in TopBar for easily moving it.
* User can select candidate by clicking.
* These new layouts were added: **Munir Optima (uni)**, **Avro Easy**, **National (Jatiya)** and **Probhat**. Thanks to [OmicronLab](https://www.omicronlab.com/) because these layouts were also imported from [Avro Keyboard](https://www.omicronlab.com/avro-keyboard.html)!

## 1.0.0
First release! All things are new!
Expand Down
12 changes: 12 additions & 0 deletions cmake/CMakeLinux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ DESTINATION ${PROJECT_DATADIR}/layouts)
install(FILES ${CMAKE_SOURCE_DIR}/data/Bornona.json
DESTINATION ${PROJECT_DATADIR}/layouts)

install(FILES ${CMAKE_SOURCE_DIR}/data/Avro_Easy.json
DESTINATION ${PROJECT_DATADIR}/layouts)

install(FILES ${CMAKE_SOURCE_DIR}/data/Munir_Optima_uni_.json
DESTINATION ${PROJECT_DATADIR}/layouts)

install(FILES ${CMAKE_SOURCE_DIR}/data/National_Jatiya.json
DESTINATION ${PROJECT_DATADIR}/layouts)

install(FILES ${CMAKE_SOURCE_DIR}/data/Probhat.json
DESTINATION ${PROJECT_DATADIR}/layouts)

install(FILES ${CMAKE_SOURCE_DIR}/data/autocorrect.json
DESTINATION ${PROJECT_DATADIR}/data)

Expand Down
221 changes: 221 additions & 0 deletions data/Avro_Easy.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions data/Bornona.json

Large diffs are not rendered by default.

221 changes: 221 additions & 0 deletions data/Munir_Optima_uni_.json

Large diffs are not rendered by default.

221 changes: 221 additions & 0 deletions data/National_Jatiya.json

Large diffs are not rendered by default.

221 changes: 221 additions & 0 deletions data/Probhat.json

Large diffs are not rendered by default.

0 comments on commit 8a5c019

Please sign in to comment.