Welcome to mirror list, hosted at ThFree Co, Russian Federation.

keys.js « utils « lib « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a8b1759e54bfcb5be99406d91fdc6d0d0958fb6 (plain)
1
2
export const ESC_KEY = 'Escape';
export const ENTER_KEY = 'Enter';