feat: Add functionality to press Windows key and update function registry
This commit is contained in:
		@@ -110,7 +110,19 @@ FUNCTIONS = [
 | 
			
		||||
                "required": ["goal"],
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "type": "function",
 | 
			
		||||
        "function": {
 | 
			
		||||
            "name": "windows_key",
 | 
			
		||||
            "description": "Press the Windows key to open the Start menu.",
 | 
			
		||||
            "parameters": {
 | 
			
		||||
                "type": "object",
 | 
			
		||||
                "properties": {},
 | 
			
		||||
                "required": [],
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user