Skip to content

Commit

Permalink
change ! -> ? and add cp file to other
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Apr 3, 2024
1 parent 34baaf6 commit c4515fa
Show file tree
Hide file tree
Showing 42 changed files with 388 additions and 146 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ longClick=
jsPath=MENU
|args=
menuPath=`${CMDCLICK_APP_DIR_ADMIN_MENU_PATH}`
!onHideFooter=,
?onHideFooter=,
click=
jsPath=MENU
|args=
menuPath=`${CMDCLICK_APP_DIR_ADMIN_MENU_PATH}`
!onHideFooter=,
?onHideFooter=,
icon=plus,
Original file line number Diff line number Diff line change
Expand Up @@ -2,75 +2,75 @@
sendkeys1
:BTN:BTN:BTN:BTN:BTN:HL=
${BTN_CMD}=jsf '${0}' ${COPY}
!${BTN_LABEL}=CP
!${DISABLE_KEYBOARD_HIDDEN}=true
?${BTN_LABEL}=CP
?${DISABLE_KEYBOARD_HIDDEN}=true
|
${BTN_CMD}=jsf '${0}' ${PASTE}
!${BTN_LABEL}=PST
!${DISABLE_KEYBOARD_HIDDEN}=true
?${BTN_LABEL}=PST
?${DISABLE_KEYBOARD_HIDDEN}=true
|
${BTN_CMD}=jsf '${0}' ${UP}
!${BTN_LABEL}=
!${IS_CONSEC}=true
!${DISABLE_KEYBOARD_HIDDEN}=true
?${BTN_LABEL}=
?${IS_CONSEC}=true
?${DISABLE_KEYBOARD_HIDDEN}=true
|
${BTN_CMD}=jsf '${0}' ${BACKSPACE}
!${BTN_LABEL}=BS
!${IS_CONSEC}=true
!${DISABLE_KEYBOARD_HIDDEN}=true
?${BTN_LABEL}=BS
?${IS_CONSEC}=true
?${DISABLE_KEYBOARD_HIDDEN}=true
|
${BTN_CMD}=jsf '${0}' ${PAGE_UP}
!${BTN_LABEL}=P_U
!${DISABLE_KEYBOARD_HIDDEN}=true,
?${BTN_LABEL}=P_U
?${DISABLE_KEYBOARD_HIDDEN}=true,

sendkeys2
:BTN:BTN:BTN:BTN:ELSB:HL=
${BTN_CMD}=jsf '${0}' ${SPACE}
!${BTN_LABEL}=SPC
?${BTN_LABEL}=SPC
|
${BTN_CMD}=jsf '${0}' ${LEFT}
!${BTN_LABEL}=
!${IS_CONSEC}=true
!${DISABLE_KEYBOARD_HIDDEN}=true
?${BTN_LABEL}=
?${IS_CONSEC}=true
?${DISABLE_KEYBOARD_HIDDEN}=true
|
${BTN_CMD}=jsf '${0}' ${DOWN}
!${BTN_LABEL}=
!${IS_CONSEC}=true
!${DISABLE_KEYBOARD_HIDDEN}=true
?${BTN_LABEL}=
?${IS_CONSEC}=true
?${DISABLE_KEYBOARD_HIDDEN}=true
|
${BTN_CMD}=jsf '${0}' ${RIGHT}
!${BTN_LABEL}=
!${IS_CONSEC}=true
!${DISABLE_KEYBOARD_HIDDEN}=true
?${BTN_LABEL}=
?${IS_CONSEC}=true
?${DISABLE_KEYBOARD_HIDDEN}=true
|
${LIST_PATH}=${cmdTerminalExtraKeyListFilePath}
!${LIMIT_NUM}=50
!${SELECT_JS_PATH}="${cmdTerminalSelectCmdScriptPath}",
?${LIMIT_NUM}=50
?${SELECT_JS_PATH}="${cmdTerminalSelectCmdScriptPath}",

sendkeys3
:BTN:BTN:BTN:HL=
${BTN_CMD}=jsf '${0}' ${CTRL_C}
!${BTN_LABEL}=C_C
!${DISABLE_KEYBOARD_HIDDEN}=true
?${BTN_LABEL}=C_C
?${DISABLE_KEYBOARD_HIDDEN}=true
|
${BTN_CMD}=jsf '${0}' ${ENTER}
!${BTN_LABEL}=ENTER
?${BTN_LABEL}=ENTER
|
${BTN_CMD}=jsf '${0}' ${INPUT}
!${BTN_LABEL}=INPUT,
?${BTN_LABEL}=INPUT,

cmdInput
:LBL:TXT:ELSB:BTN=
${TXT_LABEL}=this
|
${LIST_PATH}=${cmdTerminalCmdListFilePath}
!${LIMIT_NUM}=50
!${SELECT_JS_PATH}="${cmdTerminalSelectCmdScriptPath}"
?${LIMIT_NUM}=50
?${SELECT_JS_PATH}="${cmdTerminalSelectCmdScriptPath}"
|
${BTN_CMD}=jsf '${0}' ${CMD_INPUT}
!${BTN_LABEL}=RG,
?${BTN_LABEL}=RG,

REGISTER_EXTRA_KEY
:TXT:BTN=
${BTN_CMD}=jsf '${0}' ${REGISTER_EXTRA_KEY}
!${BTN_LABEL}=RG_EX_KEY,
?${BTN_LABEL}=RG_EX_KEY,
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
qrListIndex:
LI=
${LIST_INDEX_DIR_PATH}=${fannelListDirPath}
!${LIST_SUFFIX}=.js,
?${LIST_SUFFIX}=.js,
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ longClick=
jsPath=MENU
|args=
menuPath=`${fannelRepoSettingButtonMenuPath}`
!onHideFooter=,
?onHideFooter=,
click=
jsPath=FANNEL_REPO_SYNC
|args=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ longClick=
jsPath=MENU
|args=
menuPath=`${JS_IMPORT_MANAGER_MENU_PATH}`
!onHideFooter=,
?onHideFooter=,
click=
jsPath=MENU
|args=
menuPath=`${JS_IMPORT_MANAGER_MENU_PATH}`
!onHideFooter=,
?onHideFooter=,
icon=plus,
4 changes: 2 additions & 2 deletions app/src/main/assets/appSystemDir/system/saveGmailConDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function makeUrl(){
function makeMenuMapStr(){
// const onSearchBtn = `${EXTERNAL_EXEC_REPLACE_TXT2}`;
return [
`clickMenuFilePath=${leftMenuListFilePath}!longPressMenuFilePath=${leftLongPressMenuListFilePath}!dismissType=longpress!iconName=back`,
`clickMenuFilePath=${rightMenuListFilePath}!iconName=download_done`,
`clickMenuFilePath=${leftMenuListFilePath}?longPressMenuFilePath=${leftLongPressMenuListFilePath}?dismissType=longpress?iconName=back`,
`clickMenuFilePath=${rightMenuListFilePath}?iconName=download_done`,
].join("|");
// switch(true){
// case onSearchBtn === "OFF":
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/assets/appSystemDir/system/savePageUrlDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function launchWebview(launchUrlString){
const longPressMenuListStr = [
`srcImageAnchorMenuFilePath=${srcImageAnchorMenuListFilePath}`,
`srcAnchorMenuFilePath=${srcAnchorMenuListFilePath}`,
].join("!");
].join("?");
jsDialog.webView_S(
launchUrlString,
"${0}",
Expand Down Expand Up @@ -43,14 +43,14 @@ function makeMenuMapStr(){
switch(true){
case onSearchBtn === "OFF":
return [
`clickMenuFilePath=${leftMenuListFilePath}!longPressMenuFilePath=${leftLongPressMenuListFilePath}!dismissType=longpress!iconName=back`,
`clickMenuFilePath=${rightMenuListFilePath}!iconName=download_done`,
`clickMenuFilePath=${leftMenuListFilePath}?longPressMenuFilePath=${leftLongPressMenuListFilePath}?dismissType=longpress?iconName=back`,
`clickMenuFilePath=${rightMenuListFilePath}?iconName=download_done`,
].join("|");
default:
return [
`clickMenuFilePath=${leftMenuListFilePath}!longPressMenuFilePath=${leftLongPressMenuListFilePath}!dismissType=longpress!iconName=back`,
`clickMenuFilePath=${centerMenuListFilePath}!longPressMenuFilePath=${centerLongPressMenuListFilePath}!iconName=search`,
`clickMenuFilePath=${rightMenuListFilePath}!iconName=download_done`,
`clickMenuFilePath=${leftMenuListFilePath}?longPressMenuFilePath=${leftLongPressMenuListFilePath}?dismissType=longpress?iconName=back`,
`clickMenuFilePath=${centerMenuListFilePath}?longPressMenuFilePath=${centerLongPressMenuListFilePath}?iconName=search`,
`clickMenuFilePath=${rightMenuListFilePath}?iconName=download_done`,
].join("|");
}
}
10 changes: 5 additions & 5 deletions app/src/main/assets/appSystemDir/system/saveWebConDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ function makeMenuMapStr(){
switch(true){
case onSearchBtn === "OFF":
return [
`clickMenuFilePath=${leftMenuListFilePath}!longPressMenuFilePath=${leftLongPressMenuListFilePath}!dismissType=longpress!iconName=back`,
`clickMenuFilePath=${rightMenuListFilePath}!iconName=download_done`,
`clickMenuFilePath=${leftMenuListFilePath}?longPressMenuFilePath=${leftLongPressMenuListFilePath}?dismissType=longpress?iconName=back`,
`clickMenuFilePath=${rightMenuListFilePath}?iconName=download_done`,
].join("|");
default:
return [
`clickMenuFilePath=${leftMenuListFilePath}!longPressMenuFilePath=${leftLongPressMenuListFilePath}!dismissType=longpress!iconName=back`,
`clickMenuFilePath=${centerMenuListFilePath}!longPressMenuFilePath=${centerLongPressMenuListFilePath}!iconName=search`,
`clickMenuFilePath=${rightMenuListFilePath}!iconName=download_done`,
`clickMenuFilePath=${leftMenuListFilePath}?longPressMenuFilePath=${leftLongPressMenuListFilePath}?dismissType=longpress?iconName=back`,
`clickMenuFilePath=${centerMenuListFilePath}?longPressMenuFilePath=${centerLongPressMenuListFilePath}?iconName=search`,
`clickMenuFilePath=${rightMenuListFilePath}?iconName=download_done`,
].join("|");
}
}
2 changes: 1 addition & 1 deletion app/src/main/assets/ubuntu_setup/support/cmd/isend
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ isend(){
concat(extraInts, "extraInts")
concat(extraLongs, "extraLongs")
concat(extraFloats, "extraFloats")
gsub(",", "!", output_con)
gsub(",", "?", output_con)
gsub(/\n/, ",\n", output_con)
print output_con
}' \
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/ubuntu_setup/support/cmd/mplay
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mplay(){
concat(fannelRawName, "fannelRawName")
concat(listFilePath, "listFilePath")
concat(extraSettingMapStr, "extraSettingMapStr")
gsub(",", "!", output_con)
gsub(",", "?", output_con)
gsub(/\n/, ",\n", output_con)
print output_con
}' \
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/ubuntu_setup/support/cmd/noti
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ noti(){
concat(delete_key, "delete")
concat(notificationStyle, "notificationStyle")
concat(button, "button")
gsub(",", "!", output_con)
gsub(",", "?", output_con)
gsub(/\n/, ",\n", output_con)
print output_con
}' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ send-broadcast(){
ouput_con = ouput_con"intentType=broadcast\n"
concat(action, "action")
concat(extras, "extras")
gsub(",", "!", ouput_con)
gsub(",", "?", ouput_con)
gsub(/\n/, ",\n", ouput_con)
print ouput_con
}' \
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/ubuntu_setup/support/cmd/tspeech
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ tspeech(){
concat(fannelRawName, "fannelRawName")
concat(listFilePath, "listFilePath")
concat(extraSettingMapStr, "extraSettingMapStr")
gsub(",", "!", output_con)
gsub(",", "?", output_con)
gsub(/\n/, ",\n", output_con)
print output_con
}' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ object LogTool {
).let {
QuoteTool.replaceBySurroundedIgnore(
it,
'!',
'?',
"\n !"
)
}.let {
Expand Down
Loading

0 comments on commit c4515fa

Please sign in to comment.