bjorkstromm / depends

Tool for generating dependency trees for .NET projects
MIT License
556 stars 43 forks source link

Shift Tab doesn't work. #9

Closed rgelb closed 4 years ago

rgelb commented 5 years ago

Tried it on both result command prompt and powershell. I can see that you are catching keys in CustomWindow.ProcessKey, but I am not sure how to tell gui.cs to go back.

bjorkstromm commented 5 years ago

Thanks, I’ve noticed this also. I’ve already fixed it once in Gui.cs (https://github.com/migueldeicaza/gui.cs/pull/110). Need to check again, and see why it’s broken again.

bjorkstromm commented 5 years ago

Should be fixed in https://github.com/migueldeicaza/gui.cs/pull/243