mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
changed short key from ctrl+shift+c to ctrl+alt+l
This commit is contained in:
parent
225d18d53a
commit
bbd96f9064
1 changed files with 11 additions and 0 deletions
|
|
@ -177,6 +177,17 @@ limitations under the License.
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="keys">
|
||||
<kbd class="kbd-dark">Ctrl</kbd> + <kbd class="kbd-dark">{{ isMac ? 'Option' : 'Alt'}}</kbd> + <kbd class="kbd-dark">l</kbd>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
Clear output
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="keys">
|
||||
|
|
|
|||
Loading…
Reference in a new issue