Skip to content

Instantly share code, notes, and snippets.

View JanneEdelman's full-sized avatar

Janne Edelman JanneEdelman

  • Finland
View GitHub Profile
@JanneEdelman
JanneEdelman / @Custom Keyboard
Last active March 18, 2021 05:10
Custom keyboard tricks in SailfishOS
This is a collection of custom keyboard components, helpers, instructions,
tips and tricks to help custom keyboard creation for SailfishOS and Jolla Phone.
import QtQuick 2.0
MouseArea {
property point origin
property bool ready: false
signal move(int x, int y)
signal swipe(string direction)
onPressed: {