dictation-toolbox / Caster

Dragonfly-Based Voice Programming and Accessibility Toolkit
Other
336 stars 122 forks source link

Remove function keys from nav2 #896

Closed kendonB closed 3 years ago

kendonB commented 3 years ago

Remove f keys from nav2.py

Description

All in the title

Related Issue

None.

Motivation and Context

There are currently two ways to press the function keys - one in keyboard.py ("press f four") and one in nav2.py ("f four").

I think that we shouldn't have both and we should just keep the keyboard.py one. Neither are currently CCR. The F keys in nav2 do not appear to be documented anywhere.

A breaking change as users would now have to say "press f4" rather than just "f4".

How Has This Been Tested

Trivial enough

Types of changes

Checklist

Maintainer/Reviewer Checklist