Skip to content

Commit

Permalink
style: single KBD
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 23, 2024
1 parent 1b411cd commit d3f0a33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion faq/range_iterator_and_algorithm/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
:language: cpp
:linenos:

需要注意的是, 由于我们规定 :cpp:`cin.fail()` 成立时范围终止, 我们需要通过 Windows 下 :KBD:`Ctrl` + :KBD:`z`, MacOS 下 :KBD:`Ctrl` + :KBD:`d`, 或输入错误数据的方式来终止范围. **无论如何, 我们确实成功为输入制作了迭代器!**
需要注意的是, 由于我们规定 :cpp:`cin.fail()` 成立时范围终止, 我们需要通过 Windows 下 :KBD:`Ctrl-Z`, MacOS 下 :KBD:`Ctrl-D`, 或输入错误数据的方式来终止范围. **无论如何, 我们确实成功为输入制作了迭代器!**

.. code-block:: cpp
:linenos:
Expand Down
6 changes: 3 additions & 3 deletions formatter/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

连在一起的按键是说同时按, 是说同时按.

- Visual Studio (2010 就别想了): :KBD:`Ctrl` + :KBD:`K` 然后 :KBD:`Ctrl` + :KBD:`D`, 更好地, :ref:`配置保存时自动格式化 <vscode_cpp_starter:vs>`.
- VSCode: :KBD:`Shift` + :KBD:`Alt` + :KBD:`F`, 更好地, :ref:`配置保存时自动格式化 <vscode_cpp_starter:main>`.
- CLion: :KBD:`Ctrl` + :KBD:`Shift` + :KBD:`Alt` + :KBD:`L`.
- Visual Studio (2010 就别想了): :KBD:`Ctrl-K` 然后 :KBD:`Ctrl-D`, 更好地, :ref:`配置保存时自动格式化 <vscode_cpp_starter:vs>`.
- VSCode: :KBD:`Shift-Alt-F`, 更好地, :ref:`配置保存时自动格式化 <vscode_cpp_starter:main>`.
- CLion: :KBD:`Ctrl-Shift-Alt-L`.
- Dev C++: 该换软件了😡.
- Qt Creator: 好麻烦啊自己查.

Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ C++ 洋葱剥法交流群资料

- `本网站的国外备用网址 (不支持搜索) <https://feignclaims.github.io/question_board/>`_

如果图片看不清, 请按 :KBD:`Ctrl` + :KBD:`+` 放大网页或 :menuselection:`右键 --> 在新标签页中打开图片`.
如果图片看不清, 请按 :KBD:`Ctrl-+` 放大网页或 :menuselection:`右键 --> 在新标签页中打开图片`.

.. toctree::
:caption: 关于文档
Expand Down
2 changes: 1 addition & 1 deletion searching_method/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

以下内容使用的是谷歌浏览器 Chrome, 其余浏览器未经测试.

Windows 系统按 :KBD:`Ctrl` + :KBD:`+`, MacOS 系统按 :KBD:`Command` + :KBD:`+` 即可放大当前网页.
Windows 系统按 :KBD:`Ctrl-+`, MacOS 系统按 :KBD:`Command-+` 即可放大当前网页.

=======================================================================================================================
筛选要查看的版本
Expand Down

0 comments on commit d3f0a33

Please sign in to comment.