Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon fc8bb3a539 Allow to type İ on the Turkish layout
In Turkish, upper case of 'iı' is 'İI' but Java's toUpperCase will
return 'II'.
To make 'İ' accessible, make it the shift of 'ı'. This has the
inconvenient of swapping i and ı on the keyboard.
2022-10-04 10:12:22 +02:00
..
Autocapitalisation.java Improve the auto capitalisation 2022-09-24 22:36:06 +02:00
Config.java Added Czech translation and layout (#198) 2022-09-24 22:44:10 +02:00
Emoji.java Refactor: Remove KeyValue.name 2022-06-06 00:23:45 +02:00
EmojiGridView.java Refactor: Make KeyValue final 2022-06-05 20:14:16 +02:00
EmojiGroupButtonsBar.java Refactor: Make KeyValue final 2022-06-05 20:14:16 +02:00
EmojiKeyButton.java Add the Extra Keys option 2022-09-19 11:41:18 +02:00
EmojiTypeButton.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
ExtraKeyCheckBoxPreference.java Add switch_greekmath to the extra keys 2022-09-24 16:02:54 +02:00
Keyboard2.java Fix an unexplained crash encountered in the wild 2022-09-24 23:34:50 +02:00
Keyboard2View.java Improve the auto capitalisation 2022-09-24 22:36:06 +02:00
KeyboardData.java Add more possible locations for extra keys 2022-09-24 16:02:54 +02:00
KeyEventHandler.java Add key for switching to the greekmath pane 2022-07-09 17:30:26 +02:00
KeyModifier.java Allow to type İ on the Turkish layout 2022-10-04 10:12:22 +02:00
KeyValue.java Fix auto-capitalisation interfering with caps lock 2022-07-30 18:14:05 +02:00
Pointers.java Fix auto-capitalisation interfering with caps lock 2022-07-30 18:14:05 +02:00
SettingsActivity.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
Theme.java Add the Extra Keys option 2022-09-19 11:41:18 +02:00