diff --git a/.github/workflows/build_addon.yml b/.github/workflows/build_addon.yml index 7fea1d7..26daacd 100644 --- a/.github/workflows/build_addon.yml +++ b/.github/workflows/build_addon.yml @@ -1,4 +1,4 @@ -name: build addon +name: Build NVDA Addon permissions: contents: write diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy_docs.yml similarity index 100% rename from .github/workflows/deploy.yml rename to .github/workflows/deploy_docs.yml diff --git a/nvda/.addOn/sight-free-talon-server/buildVars.py b/nvda/.addOn/sight-free-talon-server/buildVars.py index 2bfe09f..2890b2a 100644 --- a/nvda/.addOn/sight-free-talon-server/buildVars.py +++ b/nvda/.addOn/sight-free-talon-server/buildVars.py @@ -27,9 +27,9 @@ def _(arg): # version "addon_version": "1.0", # Author(s) - "addon_author": "Colton Loftus ", + "addon_author": "Colton Loftus https://colton.bio/contact/", # URL for the add-on documentation support - "addon_url": None, + "addon_url": "https://colton.bio/sight-free-talon/", # URL for the add-on repository where the source code can be found "addon_sourceURL": None, # Documentation file name diff --git a/nvda/.addOn/sight-free-talon-server/copy_to_scratchpad.ps1 b/nvda/.addOn/sight-free-talon-server/copy_to_scratchpad.ps1 new file mode 100644 index 0000000..65c7fc3 --- /dev/null +++ b/nvda/.addOn/sight-free-talon-server/copy_to_scratchpad.ps1 @@ -0,0 +1,3 @@ +Set-Location $PSScriptRoot + +Copy-Item ".\addon\globalPlugins\nvda-addon.py" -Destination "$env:APPDATA\nvda\scratchpad\globalPlugins\sight-free-talon-server-tmp.py" \ No newline at end of file diff --git a/pedal/.nvda-pedal.talon b/pedal/.nvda-pedal.talon deleted file mode 100644 index 789d72c..0000000 --- a/pedal/.nvda-pedal.talon +++ /dev/null @@ -1,8 +0,0 @@ -# tag: user.nvda_running - -# - - -# # navigate through links on a page -# deck(pedal_left:repeat): -# key(tab) -# sleep(.2) diff --git a/pedal/.slack-pedal.talon b/pedal/.slack-pedal.talon deleted file mode 100644 index 3e6a768..0000000 --- a/pedal/.slack-pedal.talon +++ /dev/null @@ -1,9 +0,0 @@ -# title: /app.slack.com/ - -# - - -# deck(pedal_left): -# key(tab:down) -# key(f6) -# key(tab:up) -# sleep(0.1)