|
2354 | 2354 | "const": "core:window:deny-unminimize", |
2355 | 2355 | "markdownDescription": "Denies the unminimize command without any pre-configured scope." |
2356 | 2356 | }, |
| 2357 | + { |
| 2358 | + "description": "No features are enabled by default, as we believe\nthe shortcuts can be inherently dangerous and it is\napplication specific if specific shortcuts should be\nregistered or unregistered.\n", |
| 2359 | + "type": "string", |
| 2360 | + "const": "global-shortcut:default", |
| 2361 | + "markdownDescription": "No features are enabled by default, as we believe\nthe shortcuts can be inherently dangerous and it is\napplication specific if specific shortcuts should be\nregistered or unregistered.\n" |
| 2362 | + }, |
| 2363 | + { |
| 2364 | + "description": "Enables the is_registered command without any pre-configured scope.", |
| 2365 | + "type": "string", |
| 2366 | + "const": "global-shortcut:allow-is-registered", |
| 2367 | + "markdownDescription": "Enables the is_registered command without any pre-configured scope." |
| 2368 | + }, |
| 2369 | + { |
| 2370 | + "description": "Enables the register command without any pre-configured scope.", |
| 2371 | + "type": "string", |
| 2372 | + "const": "global-shortcut:allow-register", |
| 2373 | + "markdownDescription": "Enables the register command without any pre-configured scope." |
| 2374 | + }, |
| 2375 | + { |
| 2376 | + "description": "Enables the register_all command without any pre-configured scope.", |
| 2377 | + "type": "string", |
| 2378 | + "const": "global-shortcut:allow-register-all", |
| 2379 | + "markdownDescription": "Enables the register_all command without any pre-configured scope." |
| 2380 | + }, |
| 2381 | + { |
| 2382 | + "description": "Enables the unregister command without any pre-configured scope.", |
| 2383 | + "type": "string", |
| 2384 | + "const": "global-shortcut:allow-unregister", |
| 2385 | + "markdownDescription": "Enables the unregister command without any pre-configured scope." |
| 2386 | + }, |
| 2387 | + { |
| 2388 | + "description": "Enables the unregister_all command without any pre-configured scope.", |
| 2389 | + "type": "string", |
| 2390 | + "const": "global-shortcut:allow-unregister-all", |
| 2391 | + "markdownDescription": "Enables the unregister_all command without any pre-configured scope." |
| 2392 | + }, |
| 2393 | + { |
| 2394 | + "description": "Denies the is_registered command without any pre-configured scope.", |
| 2395 | + "type": "string", |
| 2396 | + "const": "global-shortcut:deny-is-registered", |
| 2397 | + "markdownDescription": "Denies the is_registered command without any pre-configured scope." |
| 2398 | + }, |
| 2399 | + { |
| 2400 | + "description": "Denies the register command without any pre-configured scope.", |
| 2401 | + "type": "string", |
| 2402 | + "const": "global-shortcut:deny-register", |
| 2403 | + "markdownDescription": "Denies the register command without any pre-configured scope." |
| 2404 | + }, |
| 2405 | + { |
| 2406 | + "description": "Denies the register_all command without any pre-configured scope.", |
| 2407 | + "type": "string", |
| 2408 | + "const": "global-shortcut:deny-register-all", |
| 2409 | + "markdownDescription": "Denies the register_all command without any pre-configured scope." |
| 2410 | + }, |
| 2411 | + { |
| 2412 | + "description": "Denies the unregister command without any pre-configured scope.", |
| 2413 | + "type": "string", |
| 2414 | + "const": "global-shortcut:deny-unregister", |
| 2415 | + "markdownDescription": "Denies the unregister command without any pre-configured scope." |
| 2416 | + }, |
| 2417 | + { |
| 2418 | + "description": "Denies the unregister_all command without any pre-configured scope.", |
| 2419 | + "type": "string", |
| 2420 | + "const": "global-shortcut:deny-unregister-all", |
| 2421 | + "markdownDescription": "Denies the unregister_all command without any pre-configured scope." |
| 2422 | + }, |
2357 | 2423 | { |
2358 | 2424 | "description": "This permission set configures which\nshell functionality is exposed by default.\n\n#### Granted Permissions\n\nIt allows to use the `open` functionality with a reasonable\nscope pre-configured. It will allow opening `http(s)://`,\n`tel:` and `mailto:` links.\n\n#### This default permission set includes:\n\n- `allow-open`", |
2359 | 2425 | "type": "string", |
|
0 commit comments