Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puutaro/selecttyper
Type by select box for login form, etc.. for CommandClick
https://github.com/puutaro/selecttyper
android browser browser-addon cmdclick commandclick fannel javascript
Last synced: 14 days ago
JSON representation
Type by select box for login form, etc.. for CommandClick
- Host: GitHub
- URL: https://github.com/puutaro/selecttyper
- Owner: puutaro
- License: mit
- Created: 2023-12-04T06:01:58.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T03:19:51.000Z (2 months ago)
- Last Synced: 2024-09-08T04:27:13.772Z (2 months ago)
- Topics: android, browser, browser-addon, cmdclick, commandclick, fannel, javascript
- Language: JavaScript
- Homepage: https://github.com/puutaro/CommandClick
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selectTyper.js
----------------Type by select box for login form, etc.. by puutaro
Table of Contents
-------
* [Installation](#installation)
* [Usage](#usage)
* [Cmd Variables](#cmd-variables)
* [Keyboard](#keyboard)
* [valueList](#valuelist)
* [How to register value](#how-to-register-value)
* [How to type by this select box](#how-to-type-by-this-select-box)
* [Modifier kind table](#modifier-kind-table)
* [Setting variables](#setting-variables)
* [terminalFontZoom](#terminalfontzoom)
* [scriptFileName](#scriptfilename)## Installation
------------------------1. Install [ComamndClick](https://github.com/puutaro/CommandClick#app-installation) to your android
2. Install this fannel by [install repo](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#install-fannel) or QR code## Screenshots
--------## Usage
--------This [fannel](https://github.com/puutaro/CommandClick/blob/master/md/developer/glossary.md#fannel) is triggered after you visit form web page: `google auth`, `github auth`, etc..
1. Visit form web page
2. (System register page url)
3. This [fannel](https://github.com/puutaro/CommandClick/blob/master/md/developer/glossary.md#fannel) trigger in history or index## Cmd Variables
--------This [fannel](https://github.com/puutaro/CommandClick/blob/master/md/developer/glossary.md#fannel) save your input for login form, etc..
### Keyboard
| key name | description |
| --------- | --------- |
| `NEXT` | Move next tab index |
| `BACK` | Move previous tab index |
| `ENTER` | enter key |
| `Input` | prompt by suggest |### valueList
Retrieve pre-registerd value.
#### How to register value
1. Type one linear value you wont to register.
2. Press "RG" button#### How to type by this select box
1. Tap dropdown.
2. Select one from value list.- pre reserved value
| name | description |
| --------- | --------- |
| `-` | Escape that you type by select box |
| `DELETE` | Delete current input text contents |
| `NEXT` | Move next tab index |- If you wont to edit keys file, this is bellow.
[selectTyperDir](https://github.com/puutaro/CommandClick/blob/master/md/developer/directory_structure.md#fannel_dir)/selectTyperDir/list/selectValueList.txt
#### Modifier kind table
Enable to register modifier key conbination
| Modifier | example |
| ----------- | ----------- |
| `ctrl+shift+alt` | `ctrl`\+`shift`\+`alt`\+r -> ctrl\_shift\_alt\_\_\_r |
| `ctrl+shift` | `ctrl`\+`shift`\+v -> ctrl\_shift\_\_\_v |
| `ctrl+alt` | `ctrl`\+`alt`\+c -> ctrl\_alt\_\_\_c |
| `ctrl` | `ctrl`\+z -> ctrl\_\_\_z |
| `shift` | `shift`\+a -> shift\_\_\_a |
| `alt` | `alt`\+b -> alt\_\_\_b|- Modifier key conbination concat by `___`.
## Setting variables
---------### terminalFontZoom
Adjust terminal font size (percentage)### scriptFileName
Rename script name