We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See also cursorless-dev/cursorless#547 (comment)
From 4eb8591ea4c923a1de795ffcf295c34cc36ca435 Mon Sep 17 00:00:00 2001 From: User <[email protected]> Date: Wed, 23 Feb 2022 12:42:57 +0000 Subject: [PATCH] Tweaks to get things working with Pokey --- code/keys.py | 2 +- misc/window_management.talon | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/keys.py b/code/keys.py index 4dddcdc..055bc9d 100644 --- a/code/keys.py +++ b/code/keys.py @@ -4,7 +4,7 @@ from user.pokey_talon.code.terms import DELETE from talon import Module, Context, actions, app import sys -default_alphabet = "air bat cap drum each fine gust harp ink jane kick look made near ox pit quench risk spun trap urge vest whale plex yank zip".split( +default_alphabet = "air bat cap drum each fine gust harp ink jane kick look made near oats pit quench risk spun trap urge vest whale plex yank zip".split( " " ) letters_string = "abcdefghijklmnopqrstuvwxyz" diff --git a/misc/window_management.talon b/misc/window_management.talon index 329f20a..9a192aa 100644 --- a/misc/window_management.talon +++ b/misc/window_management.talon @@ -18,7 +18,7 @@ snap <user.running_applications> <user.window_snap_position>: snap <user.running_applications> [screen] <number>: user.move_app_to_screen(running_applications, number) portal [<phrase>]$: - user.switcher_focus("Google Chrome") + user.switcher_focus("Safari") sleep(200ms) user.parse_phrase(phrase or "") coder [<phrase>]$: @@ -29,9 +29,10 @@ coder [<phrase>]$: voice adjust [<phrase>]$: user.desktop(2) user.switcher_launch("/Applications/Visual Studio Code.app") + sleep(200ms) user.vscode("workbench.action.openRecent") sleep(50ms) - insert("pokey-talon") + insert("user-name-talon") key(enter) sleep(250ms) user.parse_phrase(phrase or "") -- 2.30.1 (Apple Git-130)
The text was updated successfully, but these errors were encountered:
Feature/GitHub.com (#1)
ef6d72e
Added more github.com shortcuts
No branches or pull requests
See also cursorless-dev/cursorless#547 (comment)
Here's a diff from getting things to work on one other user's computer (note `keys.py` wasn't necessary)
The text was updated successfully, but these errors were encountered: