2015-02-24 67 views
1

附加按鍵事件:按鍵事件或secction

我的視圖模型:在HTML

Billing.BillingViewModel = function() { 
    this.showSearcherCustomerKeyCommand = function (data, event) { 
     if (event.shiftKey && event.keyCode == 49) { 
      alert("Combination done !"); 
     } 
    }; 
}; 

secction標籤:

<section id="BillHeaderSecction" data-bind="event: { keypress: billingClient.showSearcherCustomerKeyCommand }, valueupdate: 'afterkeydown'"> 

但是,當我做組合根據我的要求,事件不會被執行。我如何將一個事件敲入div,section等而不是輸入。謝謝!

+0

你不能這樣做,因爲'keypress'與'