Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 2.06 KB

README.md

File metadata and controls

63 lines (51 loc) · 2.06 KB

Exi for Swiftkey

Exi for Swiftkey is an Xposed Framework module that adds a number of features to the Swiftkey keyboard.

A short list of features:

  • Swipe selection
    • Cursor movement (Horizontal and vertical)
    • Selection (Gesture or swipe-from-key)
    • Multiple modes (Anywhere, spacebar, hold-and-swipe)
  • More Suggestions
    • Suggestions bar can be scrolled to view all suggestions
  • Custom shortcuts
    • Multiple shortcuts for same word
    • Trigger on verbatim input, suggestions, or flow
    • Dictionary importable from file (tab or space delimited)
  • Hotkeys (Ctrl + key )
    • Define any key as CTRL
    • Supports Select all / Cut / Copy / Paste / Go to end / Undo / Redo
  • Quick Actions
    • Display circular quick-menu by swiping up from spacebar
    • Trigger corresponding hotkey by swiping from spacebar to key
  • Popup-keys
    • Customize popup alt-characters
  • Emoji
    • Panels are fully customizable (Icon, position, emoji, row count)
    • Supports importing from file (line-break delimited)
    • Configurable font size
  • Gifs
    • Remove Bing url redirect
    • Gifs from more sources
    • Disable safe-search
  • Intents ( Used via tasker )
    • Set theme
    • Toggle incognito mode
    • Toggle vibrate
  • Other
    • Remove empty space next to suggestions
    • Prevent period key from triggering on tap
    • Cursor stays where you place it, rather than moving to end word
    • Ability to remove auto-space after punctuation
    • Set keyboard transparency
    • Remap hardware keys
    • Customizable search

Libraries used

Building

The app module loads its signing config from keystore/signing.gradle. The config and keystore are not provided, and you will need to create them yourself before building.