{"id":19535676,"url":"https://github.com/miyako/4d-plugin-text-input-service","last_synced_at":"2026-06-11T04:31:17.905Z","repository":{"id":30805400,"uuid":"34362518","full_name":"miyako/4d-plugin-text-input-service","owner":"miyako","description":"Commands to control the front-end text editor on Mac","archived":false,"fork":false,"pushed_at":"2023-08-07T02:17:37.000Z","size":3261,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T17:55:31.553Z","etag":null,"topics":["4d-plugin"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miyako.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-22T01:54:40.000Z","updated_at":"2024-08-27T04:55:09.000Z","dependencies_parsed_at":"2025-01-09T01:33:18.540Z","dependency_job_id":null,"html_url":"https://github.com/miyako/4d-plugin-text-input-service","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-text-input-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-text-input-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-text-input-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-text-input-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-plugin-text-input-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240788773,"owners_count":19857699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["4d-plugin"],"created_at":"2024-11-11T02:19:31.892Z","updated_at":"2026-06-11T04:31:17.844Z","avatar_url":"https://github.com/miyako.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 4d-plugin-text-input-service\nCommands to control the front-end text editor.\n\n![version](https://img.shields.io/badge/version-16%2B-8331AE)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/4d-plugin-jwt)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-jwt/total)\n![deprecated](https://img.shields.io/badge/-deprecated-inactive)\n\n* 新バージョンは[こちら](https://github.com/miyako/4d-plugin-text-input-service-v2)\n\n* Windows向けは[こちら](https://github.com/miyako/4d-plugin-input-method-manager/)\n\n![screenshot](https://github.com/miyako/4d-plugin-text-input-service/blob/master/images/1.png)\n\n## Syntax\n\n```4d\nsource:=INPUT SOURCE Get for language (language)\n```\n\nParameter|Type|Description\n------------|------------|----\nlanguage|TEXT|\nsource|TEXT|\n\n```4d\nINPUT SOURCE LIST (sources)\n```\n\nParameter|Type|Description\n------------|------------|----\nsources|ARRAY TEXT|\n\n```4d\nsource:=INPUT SOURCE Get\nINPUT SOURCE SET (source)\n```\n\nParameter|Type|Description\n------------|------------|----\nsource|TEXT|\n\n```4d\ncategory:=INPUT SOURCE Get category (source)\n```\n\nParameter|Type|Description\n------------|------------|----\nsource|TEXT|\ncategory|TEXT|\n\n```4d\nsource:=INPUT SOURCE Get ASCII\n```\n\nParameter|Type|Description\n------------|------------|----\nsource|TEXT|\n\n```4d\nicon:=INPUT SOURCE Get icon (source)\n```\n\nParameter|Type|Description\n------------|------------|----\nsource|TEXT|\nicon|PICTURE|\n\n```4d\nname:=INPUT SOURCE Get name (source)\n```\n\nParameter|Type|Description\n------------|------------|----\nsource|TEXT|\nname|TEXT|\n\n```4d\ntype:=INPUT SOURCE Get type (source)\n```\n\nParameter|Type|Description\n------------|------------|----\nsource|TEXT|\ntype|TEXT|\n\n```4d\nINPUT SOURCE DISABLE (source)\nINPUT SOURCE ENABLE (source)\n```\n\nParameter|Type|Description\n------------|------------|----\nsource|TEXT|\n\n```4d\nlayout:=KEYBOARD LAYOUT Get\nlayout:=KEYBOARD LAYOUT Get ASCII\nlayout:=KEYBOARD LAYOUT Get override\nKEYBOARD LAYOUT SET OVERRIDE (layout)\n```\n\nParameter|Type|Description\n------------|------------|----\nlayout|TEXT|\n\n### Examples\n\n```4d\n$ascii:=INPUT SOURCE Get ASCII   //英数キーを押したときに選択されるもの\n  //例: \n  //com.apple.inputmethod.Kotoeri.Roman\n  //com.apple.keylayout.US\n\n$current:=INPUT SOURCE Get   //現在のもの\n\n$kana:=INPUT SOURCE Get for language (\"ja\")  //かなキーを押したときに選択されるもの\n  //例:\n  //com.apple.inputmethod.Kotoeri.Japanese\n  //jp.co.ergo.egbridge_universal_2.component.Japanese\n  //com.justsystems.inputmethod.atok22.Japanese\n  //com.google.inputmethod.Japanese.base\n\nIf (Shift down)\n  //ことえり英数をアンインストールする\nINPUT SOURCE DISABLE (\"com.apple.inputmethod.Kotoeri.Roman\")\n  //U.S.をインストールする\nINPUT SOURCE ENABLE (\"com.apple.keylayout.US\")\n\n  //U.S.を使用する\nINPUT SOURCE SET (\"com.apple.keylayout.US\")\nEnd if \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-text-input-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-plugin-text-input-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-text-input-service/lists"}