DJBarnes / django-adminlte2-pdq

A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme.
MIT License
6 stars 0 forks source link

Consider adding a setting for a keyboard back key. #27

Open DJBarnes opened 1 year ago

DJBarnes commented 1 year ago

Consider adding a setting for a keyboard back key. This key when pressed on a page would somehow read the last non-active breadcrumb and take the user to that page. Therefore if turned on, the developer would only have to code the breadcrumb and turn on the keyed feature to make the key work. The functionality of the key and the breadcrumb would always be in sync. The setting should allow the user to select which key they would like to use as the back key.