in my search to get control of the up-arrow and down-arrow keys on a chart I found ChatGpt suggestings to use KeyBinding.
the code that was suggested to do this I uses RelayCommand
I was given that code, but on compile it noted that there was already a RelayCommand in Ninja.Gui.Tools
so, I would prefer to use that
any suggestions?

Comment