GithubHelp home page GithubHelp logo

stark / sailfish-headless-keyboard-dbus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abertschi/sailfish-headless-keyboard-dbus

1.0 1.0 0.0 776 KB

DBus Service to control keyboard of SailfishOS

License: MIT License

QML 62.81% Python 16.99% QMake 7.09% C++ 13.11%

sailfish-headless-keyboard-dbus's Introduction

license: MIT twitter: @andrinbertschi

sailfish-headless extension

This is the DBus based headless-keyboard extension for SailfishOS. If features a DBus service to enable applications to insert any text into a currently focused widget on the phone screen.

Changelog

Installation


API

  • Bus service: ch.abertschi.keyboard.headless
  • Bus type: Session Bus
  • Bus if_name: ch.abertschi.keyboard.headless.Server
  • Bus path: /

Signals

send_text

Insert text at cursor position.

  • in_signature: s
  • out_signature: -

send_key_return

Enter a newline.

  • in_signature: -
  • out_signature: -

send_key_del

Remove a character at cursor position.

  • in_signature: -
  • out_signature: -

send_key_arrow

Change cursor.

  • in_signature: s

    • ['up', 'down', 'right', 'left']
  • out_signature: -

exit

Kill the service

  • in_signature: -
  • out_signature: -

send_enable_debug

Enable debug mode

  • in_signature: b
    • True if enable
  • out_signature: -

Slots

receive_clipboard_changed

Clipboard was changed

  • in_signature: s
  • out_signature: -

Projects that use headless-keybard

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.