1
我們如何阻止tab鍵?Livecode Block Tab鍵
//this handler is not executed on simulator, maybe because it is supported only in Desktop and Web?
on tabKey
end tabKey
我要的是,當用戶按下按鍵tab
,它不應該添加任何空間。在開發中按下標籤不會增加額外的空間,但是當我在iPad模擬器8.2中運行它時,它會在按下標籤頁時增加空間。
65509僅適用於真正的ios設備嗎?我試着在模擬器中提醒'theKey'並按鍵盤上的tab鍵,它是'0'。 – JunM
根據文檔,它的工作原理。你也可以嘗試'keyDown'消息並檢查'tab'。 – Mark
如果它不起作用,並且您沒有使用本地字段,則可能需要將其報告爲錯誤。 – Mark