LapinChat / dsbudget

Automatically exported from code.google.com/p/dsbudget
0 stars 0 forks source link

Enter key to submit expense dialog #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
it'd be really nice to be able to hit ENTER at the end of a transaction entry 
rather than being forced to click OK.  Simple keyboard commands would really 
speed-up the interaction with the application. 

Original issue reported on code.google.com by soichih on 13 Jun 2010 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by soichih on 15 Jun 2010 at 12:48

GoogleCodeExporter commented 9 years ago
added this feature which can be activated with following configuration

#Set following to true if you want to "ok" dialog by hitting enter key
#This feature doesn't work on IE - please use non-IE browser if you want this 
feature.
#(I don't like this feature personally since I can simply keep hitting tab key 
until "OK" button is focused, and then hit enter key to submit it. If I 
accidentally hit enter anywhere in the dialog, this feature makes to ok dialog 
prematurely.)
enter_to_submit = true

Original comment by soichih on 20 Jun 2010 at 9:59