mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
* Added mixpanel tracking for bunch of events. * Changed hitEnter action to pinSearch. * Moved all the event tracking out of app-actions.js * Addressed @foot's comment. * Added more keypress events tracking. * Disable 'r' keyboard shortcut when Resource View is disabled
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
|
|
export const BACKSPACE_KEY_CODE = 8;
|
|
export const ENTER_KEY_CODE = 13;
|
|
export const ESC_KEY_CODE = 27;
|