-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
262 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# settingimport | ||
|
||
Enable config file import | ||
|
||
- This is second priority | ||
|
||
## Enable configs | ||
|
||
Enable all config like [this](https://github.com/puutaro/CommandClick/blob/master/md/developer/configs) | ||
|
||
## Example | ||
|
||
- `${list index config path1}` con | ||
|
||
### src list index config | ||
|
||
```js.js | ||
type= | ||
tsvEdit, | ||
|
||
list= | ||
listDir=`${cmdTtsPlayerTableTsvPath}` | ||
|compPath=`${cmdTtsPlayerTableInitTsvConPath}` | ||
|prefix=`${TTS_PREFIX}` | ||
|suffix=`${TSV_SUFFIX}` | ||
, | ||
|
||
name= | ||
removeExtend=, | ||
|
||
click= | ||
enableUpdate=ON | ||
|acVar=runToConfigState | ||
?importPath= | ||
`${cmdTtsPlayerChangeStateAction}` | ||
?replace= | ||
STATE=`${MANAGER}` | ||
&ON_LIST_DIR_UPDATER=ON | ||
&ON_PLAY_INFO_SAVE=ON, | ||
|
||
longClick= | ||
|func=MENU | ||
?args= | ||
menuPath= | ||
`${cmdTtsPlayerTableLongPressListIndexMenuPath}`, | ||
|
||
|
||
``` | ||
### import list index config | ||
```js.js | ||
|
||
click= | ||
enableUpdate=OFF | ||
|func=RENAME, | ||
|
||
searchBox= | ||
visible=OFF, | ||
|
||
``` | ||
### result list index config | ||
```js.js | ||
type= | ||
tsvEdit, | ||
|
||
list= | ||
listDir=`${cmdTtsPlayerTableTsvPath}` | ||
|compPath=`${cmdTtsPlayerTableInitTsvConPath}` | ||
|prefix=`${TTS_PREFIX}` | ||
|suffix=`${TSV_SUFFIX}` | ||
, | ||
|
||
name= | ||
removeExtend=, | ||
|
||
click= | ||
enableUpdate=OFF | ||
|func=RENAME, | ||
|
||
longClick= | ||
|func=MENU | ||
?args= | ||
menuPath= | ||
`${cmdTtsPlayerTableLongPressListIndexMenuPath}`, | ||
|
||
searchBox= | ||
visible=OFF, | ||
|
||
``` | ||
- Override click main key with second click key | ||
- Add search box key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters