fleepit


Namefleepit JSON
Version 6 PyPI version JSON
download
home_pagehttps://git.pegasko.art/bitrate16/fleepit
SummaryText seleciton keyboard layout switcher based on xclip / etc for X11 & wayland
upload_time2024-06-11 23:07:54
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseApache 2.0
keywords keyboard layout shortcut layout-switcher
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fleepit

Text seleciton keyboard layout switcher based on xclip / etc for X11 & wayland

# Install

1. Install required packages:
  * X11: `xclip`, `xdotool`
  * Wayland: `wl-clipboard`

2. install module: `pip install fleepit`

# Usage

Sample usage for KDE:
* Add custom program shortcut in settings
* Fill something like `fleepit --mode x11 --langset qwerty-en-ru`
* Set some shortcut, for example `CTRL+` `

# Langset file

Sample langset file:

```json

{
    "langset": [
        "`1234567890-=qwertyuiop[]\\asdfghjkl;'zxcvbnm,.~!#%&*()_+QWERTYUIOP{}|ASDFGHJKL:\"ZXCVBNM<>",
        "ё1234567890-=йцукенгшщзхъ\\фывапролджэячсмитьбюЁ!№%?*()_+ЙЦУКЕНГШЩЗХЪ/ФЫВАПРОЛДЖЭЯЧСМИТЬБЮ"
    ]
}

```

# Support

Current list of language convertations:
* QWERTY: EN <> RU

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.pegasko.art/bitrate16/fleepit",
    "name": "fleepit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "keyboard layout shortcut layout-switcher",
    "author": null,
    "author_email": "pegasko@pegasko.art",
    "download_url": "https://files.pythonhosted.org/packages/62/d3/68e77ea98c908a74faa750c945e3de762f42f61fd0d90055d3973cd51484/fleepit-6.tar.gz",
    "platform": null,
    "description": "# fleepit\n\nText seleciton keyboard layout switcher based on xclip / etc for X11 & wayland\n\n# Install\n\n1. Install required packages:\n  * X11: `xclip`, `xdotool`\n  * Wayland: `wl-clipboard`\n\n2. install module: `pip install fleepit`\n\n# Usage\n\nSample usage for KDE:\n* Add custom program shortcut in settings\n* Fill something like `fleepit --mode x11 --langset qwerty-en-ru`\n* Set some shortcut, for example `CTRL+` `\n\n# Langset file\n\nSample langset file:\n\n```json\n\n{\n    \"langset\": [\n        \"`1234567890-=qwertyuiop[]\\\\asdfghjkl;'zxcvbnm,.~!#%&*()_+QWERTYUIOP{}|ASDFGHJKL:\\\"ZXCVBNM<>\",\n        \"\u04511234567890-=\u0439\u0446\u0443\u043a\u0435\u043d\u0433\u0448\u0449\u0437\u0445\u044a\\\\\u0444\u044b\u0432\u0430\u043f\u0440\u043e\u043b\u0434\u0436\u044d\u044f\u0447\u0441\u043c\u0438\u0442\u044c\u0431\u044e\u0401!\u2116%?*()_+\u0419\u0426\u0423\u041a\u0415\u041d\u0413\u0428\u0429\u0417\u0425\u042a/\u0424\u042b\u0412\u0410\u041f\u0420\u041e\u041b\u0414\u0416\u042d\u042f\u0427\u0421\u041c\u0418\u0422\u042c\u0411\u042e\"\n    ]\n}\n\n```\n\n# Support\n\nCurrent list of language convertations:\n* QWERTY: EN <> RU\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Text seleciton keyboard layout switcher based on xclip / etc for X11 & wayland",
    "version": "6",
    "project_urls": {
        "Homepage": "https://git.pegasko.art/bitrate16/fleepit"
    },
    "split_keywords": [
        "keyboard",
        "layout",
        "shortcut",
        "layout-switcher"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62d368e77ea98c908a74faa750c945e3de762f42f61fd0d90055d3973cd51484",
                "md5": "6d8a6f67f11bf68bf15174838945bd40",
                "sha256": "2e77bb20a3b35417ba91a9b7f00313982d6db646df9f3277d5392eaf31b5ff4b"
            },
            "downloads": -1,
            "filename": "fleepit-6.tar.gz",
            "has_sig": false,
            "md5_digest": "6d8a6f67f11bf68bf15174838945bd40",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7161,
            "upload_time": "2024-06-11T23:07:54",
            "upload_time_iso_8601": "2024-06-11T23:07:54.223309Z",
            "url": "https://files.pythonhosted.org/packages/62/d3/68e77ea98c908a74faa750c945e3de762f42f61fd0d90055d3973cd51484/fleepit-6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 23:07:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fleepit"
}
        
Elapsed time: 0.26139s