|
81 | 81 |
|
82 | 82 | # Focuses on the address bar in a browser before typing a website
|
83 | 83 | [
|
84 |
| - {{ "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "l"] }}, |
| 84 | + {{ "thought": "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "l"] }}, |
85 | 85 | {{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://news.ycombinator.com/" }},
|
86 | 86 | {{ "thought": "I'll need to press enter to go the URL now", "operation": "press", "keys": ["enter"] }}
|
87 | 87 | ]
|
|
126 | 126 |
|
127 | 127 | # Focuses on the address bar in a browser before typing a website
|
128 | 128 | [
|
129 |
| - {{ "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["command", "l"] }}, |
| 129 | + {{ "thought": "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["command", "l"] }}, |
130 | 130 | {{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://news.ycombinator.com/" }},
|
131 | 131 | {{ "thought": "I'll need to press enter to go the URL now", "operation": "press", "keys": ["enter"] }}
|
132 | 132 | ]
|
|
176 | 176 |
|
177 | 177 | # Focuses on the address bar in a browser before typing a website
|
178 | 178 | [
|
179 |
| - {{ "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "l"] }}, |
| 179 | + {{ "thought": "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "l"] }}, |
180 | 180 | {{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://news.ycombinator.com/" }},
|
181 | 181 | {{ "thought": "I'll need to press enter to go the URL now", "operation": "press", "keys": ["enter"] }}
|
182 | 182 | ]
|
|
0 commit comments