Skip to content

Commit

Permalink
Merge Greek Keyboard from jekovcar's commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimex committed Jul 28, 2024
1 parent 876e978 commit 0795d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Plugins/Input Plugins/Tango Keyboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<script src="js/keyboard_layout.french.js"></script>
<script src="js/keyboard_layout.russian.js"></script>
<script src="js/keyboard_layout.spanish.js"></script>
<script src="js/keyboard_layout.greek.js"></script>
<script type="text/javascript">
$(this).accentKeyboard({
layout: getCurrentKeyboardLayoutByIndex(),
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Input Plugins/Tango Keyboard/js/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
})(jQuery);


var keyboardLayouts = ["Accent", "English", "French", "Spanish", "Russian"];
var keyboardLayouts = ["Accent", "English", "French", "Spanish", "Russian","Greek"];
var currentKeyboardLayoutIndex = 0;//loadConfigItem("TangoKeyboard_KeyboardLayoutIndex", 0);

function getKeyboardLayoutByIndex(index) {
Expand Down

0 comments on commit 0795d5e

Please sign in to comment.