./cwitt/Shift-Right.py
./cwitt/.Shift-Right.json
./cwitt/Super-V.py
./cwitt/.Super-V.json
./cwitt/Super-C.py
./cwitt/.Super-C.json
./My Phrases/CRM Note WEB.txt
./My Phrases/.CRM Note WEB.json
cwitt@cwittUbuntuDB:~/.i3/autokey_data$ echo;for file in ./cwitt/Super-C.py ./cwitt/.Super-C.json ./cwitt/Shift-Right.py ./cwitt/.Shift-Right.json ./cwitt/Super-V.py ./cwitt/.Super-V.json './My Phrases/CRM Note WEB.txt' './My Phrases/.CRM Note WEB.json';do echo;echo 'Filename: '"${file}";cat "${file}";echo;echo;done;echo
Filename: ./cwitt/Super-C.py
# "<ctrl>+<super>+c" also sends "<ctrl>+<c>"
keyboard.send_keys("<shift>+<ctrl>+c")
Filename: ./cwitt/.Super-C.json
{
"usageCount": 18,
"omitTrigger": false,
"prompt": false,
"description": "Super-C",
"abbreviation": {
"wordChars": "[\\w]",
"abbreviations": [],
"immediate": false,
"ignoreCase": false,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "c",
"modifiers": [
"<ctrl>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": {
"regex": ".*Pac|.*terminal",
"isRecursive": false
},
"type": "script",
"store": {}
}
Filename: ./cwitt/Shift-Right.py
keyboard.send_keys("<shift>+<right>")
keyboard.send_keys("<shift>+<right>")
keyboard.send_keys("<shift>+<right>")
keyboard.send_keys("<shift>+<right>")
Filename: ./cwitt/.Shift-Right.json
{
"usageCount": 0,
"omitTrigger": false,
"prompt": false,
"description": "Shift-Right",
"abbreviation": {
"wordChars": "[\\w]",
"abbreviations": [],
"immediate": false,
"ignoreCase": false,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "<right>",
"modifiers": [
"<shift>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": {
"regex": "Audacity.Audacity",
"isRecursive": false
},
"type": "script",
"store": {}
}
Filename: ./cwitt/Super-V.py
keyboard.send_keys("<shift>+<ctrl>+v")
Filename: ./cwitt/.Super-V.json
{
"usageCount": 12,
"omitTrigger": false,
"prompt": false,
"description": "Super-V",
"abbreviation": {
"wordChars": "[\\w]",
"abbreviations": [],
"immediate": false,
"ignoreCase": false,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "v",
"modifiers": [
"<ctrl>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"filter": {
"regex": ".*Pac|.*terminal",
"isRecursive": false
},
"type": "script",
"store": {}
}
Filename: ./My Phrases/CRM Note WEB.txt
*WEB*
Filename: ./My Phrases/.CRM Note WEB.json
{
"usageCount": 0,
"omitTrigger": false,
"prompt": false,
"description": "CRM Note *WEB*",
"abbreviation": {
"wordChars": "[\\w]",
"abbreviations": [],
"immediate": false,
"ignoreCase": false,
"backspace": true,
"triggerInside": false
},
"hotkey": {
"hotKey": "w",
"modifiers": [
"<super>"
]
},
"modes": [
3
],
"showInTrayMenu": false,
"matchCase": false,
"filter": {
"regex": "gedit.Gedit|Google-chrome.Google-chrome",
"isRecursive": false
},
"type": "phrase",
"sendMode": "kb"
}
No comments:
Post a Comment
This is Charles Weldon Witt. Thank you for commenting on my blog.