Bugfix: Fix tab key button.

This commit is contained in:
James Sanford 2013-09-12 08:47:33 -07:00 committed by James Sanford
parent 04eecd3147
commit 0d0f99e7b4
1 changed files with 1 additions and 0 deletions

View File

@ -571,6 +571,7 @@ public class KegsMain extends SherlockFragmentActivity implements KegsKeyboard.S
findViewById(R.id.key_escape).setOnClickListener(mButtonClick);
findViewById(R.id.key_return).setOnClickListener(mButtonClick);
findViewById(R.id.key_tab).setOnClickListener(mButtonClick);
findViewById(R.id.key_control).setOnClickListener(mButtonClick);
findViewById(R.id.key_open_apple).setOnClickListener(mButtonClick);
findViewById(R.id.key_closed_apple).setOnClickListener(mButtonClick);