Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon 854eff211d Move cursor by sliding on the space bar
Send key events for the left or right arrow as the finger slides on the
space bar.
Can be used to select text by holding shift. Works under Termux.

Events are sent linearly as the finger travels. The distance between
each events is defined from the swiping distance divided by 4.

'slider="true"' can be set on a key that have 'edgekeys="true"'.
'key2' and 'key3' represent the right and left keys.
2023-01-22 23:21:21 +01:00
..
Autocapitalisation.java Refactor: Move editing code from to KeyEventHandler 2022-11-13 16:28:39 +01:00
Config.java Move cursor by sliding on the space bar 2023-01-22 23:21:21 +01:00
DirectBootAwarePreferences.java Direct-boot aware preferences 2022-11-11 14:27:02 +01:00
Emoji.java Refactor: Use enum values in KeyValue.Kind 2022-11-13 15:19:50 +01:00
EmojiGridView.java Improve emoji pane layout 2022-12-11 16:26:50 +01:00
EmojiGroupButtonsBar.java Improve emoji pane layout 2022-12-11 16:26:50 +01:00
EmojiKeyButton.java Refactor: Move editing code from to KeyEventHandler 2022-11-13 16:28:39 +01:00
ExtraKeyCheckBoxPreference.java Add keys for every context menu actions 2022-12-30 15:29:18 +01:00
Keyboard2.java Avoid switching back from secondary layout automatically 2023-01-15 23:19:09 +01:00
Keyboard2View.java Separate option for bottom margin in landscape mode 2023-01-15 19:19:07 +01:00
KeyboardData.java Move cursor by sliding on the space bar 2023-01-22 23:21:21 +01:00
KeyEventHandler.java Avoid switching back from secondary layout automatically 2023-01-15 23:19:09 +01:00
KeyModifier.java Add combinations to 'accent_slash' and show in settings 2022-11-05 19:33:46 +01:00
KeyValue.java Remove the modulated repeat 2023-01-22 23:20:04 +01:00
LayoutListPreference.java Allow switching quickly between two layouts 2022-11-13 00:24:23 +01:00
Pointers.java Move cursor by sliding on the space bar 2023-01-22 23:21:21 +01:00
SettingsActivity.java Handle configuration change quickly 2022-12-11 21:57:40 +01:00
Theme.java Draw borders and update themes 2022-11-13 20:53:06 +01:00