iPhone 的主畫面按鈕在「設定」上,可以立刻回到主畫面、進入 iPod,或顯示常用號碼。
若是你像我一樣,想要將按兩下 Home 改為撥號「數字鍵盤」的話,可以試著修改設置檔。位置在 /var/mobile/Library/Preferences/com.apple.springboard.plist
參考的數值為
<key>SBDoubleTapURL</key>
<string>doubletap://com.apple.(name of whatever you have set)</string>
數字鍵盤改為
<string>doubletap://com.apple.mobilephone?view=KEYPAD</string>
若你是要打開相機,則將 string 改為
<string>doubletap://com.apple.mobileslideshow-Camera</string>
P.S. 用文字編輯開啟的話,會是亂碼。可以直接用 Property List Editor 開啟編輯。
如果你要在「設定.app」的地方有選單可以選(單純改上述設定檔還是不會出現在選單之中),則改這兩個檔案
/Applications/Preferences.app/Home Button.plist
/Applications/Preferences.app/zh_TW.lproj/Home Button.strings
至於怎麼改我也不是很清楚,應該是你比我有慧根!