Mahdi-zarei / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
GNU General Public License v3.0
250 stars 17 forks source link

Disable tab key capturing inside the proxy table. Fixes (nekoray#1301) #27

Closed TheWeirdDev closed 2 weeks ago

TheWeirdDev commented 2 weeks ago

This PR aims to fix the issue with QT table component that captures the Tab key and prevents the user from escaping and getting out of it. After applying this patch, the user can still navigate the table using arrow keys instead of Tab.

This should fix the issue #1301 reported on the main nekoray repo.

Mahdi-zarei commented 2 weeks ago

Thank you for your contribution!