Repository: incubator-zeppelin Updated Branches: refs/heads/master a884e0278 -> fa3a46f72
ZEPPELIN-345 Duplicate "Ctri + n" in the keyboard list I deleted just several lines of code in modal-shortcut.html . Author: Ryu Ah young <[email protected]> Closes #346 from fbdkdud/master and squashes the following commits: 9d0d6cd [Ryu Ah young] keyboard shortcut change Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/fa3a46f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/fa3a46f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/fa3a46f7 Branch: refs/heads/master Commit: fa3a46f728b5b6c13937cbb983def30ed1edab9a Parents: a884e02 Author: Ryu Ah young <[email protected]> Authored: Fri Oct 16 18:04:21 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Sun Oct 18 03:00:19 2015 +0900 ---------------------------------------------------------------------- .../src/components/modal-shortcut/modal-shortcut.html | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/fa3a46f7/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html b/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html index 1fdf9ea..7d41431 100644 --- a/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html +++ b/zeppelin-web/src/components/modal-shortcut/modal-shortcut.html @@ -113,17 +113,6 @@ limitations under the License. Move cursor at the end </div> </div> - - <div class="row"> - <div class="col-md-4"> - <div class="keys"> - <kbd class="kbd-dark">Ctrl</kbd> + <kbd class="kbd-dark">N</kbd> - </div> - </div> - <div class="col-md-8"> - Move cursor Down - </div> - </div> </div> </div> </div>
