mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Merge pull request #1135 from atom/workspace-class
Use `.workspace` rather than `body` for keybindings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
'body.platform-darwin':
|
||||
'.platform-darwin':
|
||||
# Apple specific
|
||||
'meta-q': 'application:quit'
|
||||
'meta-h': 'application:hide'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
'body.platform-win32':
|
||||
'.platform-win32':
|
||||
# Atom Specific
|
||||
'enter': 'core:confirm'
|
||||
'escape': 'core:cancel'
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body tabindex="-1">
|
||||
<body class="workspace" tabindex="-1">
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user