# Comment puis-je modifier le raccourci pour créer un sujet ?

**URL:** https://meta.discourse.org/t/how-can-i-change-the-shortcut-to-create-a-topic/143540
**Category:** Support
**Created:** [Mars 6, 2020, 6:42 UTC](https://meta.discourse.org/t/how-can-i-change-the-shortcut-to-create-a-topic/143540 "2020-03-06T18:42:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jenni\_alencar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jenni_alencar/32/169068_2.png) [@jenni\_alencar](https://meta.discourse.org/u/jenni_alencar)
#### Post date: [Mars 6, 2020, 6:42 UTC](https://meta.discourse.org/t/how-can-i-change-the-shortcut-to-create-a-topic/143540/1 "2020-03-06T18:42:50Z")

</div>

Au lieu de ce +

 ![image](https://global.discourse-cdn.com/meta/original/3X/f/0/f0ab2f8f4ef28c04e73674010004f9aca27e7545.png)

Je veux mettre une phrase, est-ce possible ?

Merci

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [Mars 6, 2020, 7:55 UTC](https://meta.discourse.org/t/how-can-i-change-the-shortcut-to-create-a-topic/143540/2 "2020-03-06T19:55:28Z")

</div>

Oui, cela devrait être possible via CSS. Vous devrez ajouter un composant de thème au thème Material Design pour cela.

---

<div class="post-metadata">

### Author: ![jenni\_alencar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jenni_alencar/32/169068_2.png) [@jenni\_alencar](https://meta.discourse.org/u/jenni_alencar)
#### Post date: [Mars 6, 2020, 7:57 UTC](https://meta.discourse.org/t/how-can-i-change-the-shortcut-to-create-a-topic/143540/3 "2020-03-06T19:57:33Z")

</div>

Peux-tu me montrer le chemin ?

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [Mars 6, 2020, 8:34 UTC](https://meta.discourse.org/t/how-can-i-change-the-shortcut-to-create-a-topic/143540/4 "2020-03-06T20:34:29Z")

</div>

Vous pouvez forcer le même aspect que le bouton a au survol de la souris avec ce CSS :

```css
#create-topic.btn-default {
    width: 190px;
}
#create-topic.btn-default:not(:hover):not(:active):not(:focus) .d-button-label {
    display: inline-block;
    transition: all 0.3s;
    margin: 0 0.25em;
    width: auto;
    opacity: 1;
}
#create-topic.btn-default:not(:hover):not(:active):not(:focus) .d-icon {
    margin: 0;
}

```

Cela donnera l’apparence suivante :

 ![image](https://global.discourse-cdn.com/meta/original/3X/5/2/52b14b7b385442b865e5d6b1c7fa043890b8fd12.png)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [Avril 5, 2020, 8:34 UTC](https://meta.discourse.org/t/how-can-i-change-the-shortcut-to-create-a-topic/143540/5 "2020-04-05T20:34:34Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
