| 
 | 
| 
Back
Midas
Rome
Roody
Rootana
 | 
|   Midas DAQ System  | 
Not logged in | 
  | 
   | 
   05 Nov 2022, Zaher Salman, Suggestion, histories capture 'ruy' 
 |     
   08 Feb 2023, Stefan Ritt, Suggestion, histories capture 'ruy' 
 |        
   09 Feb 2023, Zaher Salman, Suggestion, histories capture 'ruy' 
 |           
   09 Feb 2023, Stefan Ritt, Suggestion, histories capture 'ruy' 
 |   
 | 
| 
Message ID: 2446
    Entry time: 05 Nov 2022
    Reply to this: 2455
 |  
| Author: | 
Zaher Salman  | 
 | Topic: | 
Suggestion  | 
 | Subject: | 
histories capture 'ruy'  | 
 
  |  
 
 | 
The histories capture key events from 'r' 'u' 'y' and 'Escape' for various functions like rescaling etc. However, this also means that if we include an editable modbvalue and a history in the same custom page then changing the modbvalue to something that includes 'ruy' is not possible.
In mhistory.js we have
// Keyboard event handler (has to be on the window!)
window.addEventListener("keydown", this.keyDown.bind(this));
I am not sure why it "has to be on the window". For now, I am bypassing this issue by changing the event listener to "keyup" but maybe there is a more elegant solution for this. Adding the event listener to the div element that includes the history does not seem to work. |