Master Password Page — Enter Button

kkirsche
kkirsche
Community Member
Hi Guys,

I was curious if there is a way you could change or use a different keyboard on the page where you enter the master password. Enter instead of Return would make more sense to many users I believe. See photo:

J4V9xl.jpg

Comments

  • roustem
    edited December 2012
    I see what you mean. Unfortunately, the keyboard has a limited set of the options there:


    typedef NS_ENUM(NSInteger, UIReturnKeyType) {
    UIReturnKeyDefault,
    UIReturnKeyGo,
    UIReturnKeyGoogle,
    UIReturnKeyJoin,
    UIReturnKeyNext,
    UIReturnKeyRoute,
    UIReturnKeySearch,
    UIReturnKeySend,
    UIReturnKeyYahoo,
    UIReturnKeyDone,
    UIReturnKeyEmergencyCall,
    };


    I guess "Done" or "Go" would work better. Apple is using "Go" in Find My Friends so I am going to do that.
  • jhollington
    jhollington
    Community Member
    Tried to simply "Like" roustem's post, but I guess I've hit some kind of positivity limit :)

    Yes, I think "Go" is probably the clearest option here. IMHO "Done" implies that the text entry has been completed but not necessarily that you want to actually submit the results.
  • kkirsche
    kkirsche
    Community Member
    I think go is a fantastic option there. Thank you. I believe it more sense to "go" forward than "return" to who knows what. Thanks for paying attention to this.
  • khad
    khad
    1Password Alumni
    Now appearing in 4.1.b4. :)

    skitched-20121217-224719.png
This discussion has been closed.