#669 Update modules/ROOT/pages/installing-skype.adoc
Merged a year ago by ankursinha. Opened a year ago by augenauf.
fedora-docs/ augenauf/quick-docs main  into  main

@@ -36,6 +36,8 @@ 

  name=Microsoft Skype

  baseurl=https://repo.skype.com/rpm/stable/

  gpgkey=file:///usr/share/distribution-gpg-keys/skype/SKYPE-GPG-KEY

+ enabled=1

+ 

  [microsoft-skype-unstable]

  name=Microsoft Skype Unstable

  baseurl=https://repo.skype.com/rpm/unstable/
@@ -43,6 +45,7 @@ 

  enabled=0

  ----

  

+ You can copy the text and paste it in the text editor using CTRL+SHIFT+v.

  Hit CTRL + x to exit the text editor. Hit Y to save the file.

  

  . Import Microsoft's GPG keys for Skype

is their actually a way in the docs software...
- to format characters as keyboard strokes, something like Ctrl + c, and
- is there a way to way a little button next to code blocks to copy the entire text of the code block to the clipboard?

is their actually a way in the docs software...
- to format characters as keyboard strokes, something like Ctrl + c, and

Looks like it: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#keyboard-button-and-menu-macros

  • is there a way to way a little button next to code blocks to copy the entire text of the code block to the clipboard?

It should work already. See the snippet on this page, for example:

https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/

When you hover over it, it shows a "copy" icon in the top right corner. Maybe the snippet has to be marked as code for this to work?

https://pagure.io/fedora-docs/quick-docs/blob/main/f/modules/ROOT/pages/creating-and-using-a-live-installation-image.adoc#_95

Looks like it: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#keyboard-button-and-menu-macros

You must set the experimental attribute in the document header to enable these macros.

Let's merge without further changes for now.

Pull-Request has been merged by ankursinha

a year ago
Metadata