# Keyboard shortcuts for tracking topics don't work for me

**URL:** <https://meta.discourse.org/t/keyboard-shortcuts-for-tracking-topics-dont-work-for-me/45955>\
**Category:** Bug\
**Tags:** keyboard-shortcuts\
**Created:** [2016年六月17日 15:50 UTC](https://meta.discourse.org/t/keyboard-shortcuts-for-tracking-topics-dont-work-for-me/45955 "2016-06-17T15:50:18Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![BlackSheep](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blacksheep/32/50170_2.png) [@BlackSheep](https://meta.discourse.org/u/BlackSheep)\
**Post date:** [2016年六月17日 15:50 UTC](https://meta.discourse.org/t/keyboard-shortcuts-for-tracking-topics-dont-work-for-me/45955/1 "2016-06-17T15:50:18Z")

</div>

The keyboard shortcuts to manage the level of atention to a topic are not working for me, neither in firefox nor chrome.

It is very comfortable to hit m+r when i am not interested any more in the topic i am reading, but it is not working for me.

Other shortcuts that are **not working** for me are

m+t to track the topic  
m+r to watch the topic  
m+wto normalize the level of atention  
m+m to mute the topic

---

<div class="post-metadata">

**Author:** ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)\
**Post date:** [2016年六月17日 16:06 UTC](https://meta.discourse.org/t/keyboard-shortcuts-for-tracking-topics-dont-work-for-me/45955/2 "2016-06-17T16:06:07Z")

</div>

Looking at the existing keyboard logic and the output HTML of the dropdown, the keyboard shortcuts need a lot of love and will have to be done a different way now.

[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/keyboard-shortcuts.js.es6#L35-L38](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/keyboard-shortcuts.js.es6#L35-L38)

It is no longer `div.notification-options`, it is `span.notification-options`, but more importantly, there is no list of options in the HTML output anymore (until the dropdown is clicked upon).

So with that in mind, it will need to use a different process for invoking these commands. I’ll see if I can track it down later this afternoon.

---

<div class="post-metadata">

**Author:** ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)\
**Post date:** [2016年六月17日 18:50 UTC](https://meta.discourse.org/t/keyboard-shortcuts-for-tracking-topics-dont-work-for-me/45955/3 "2016-06-17T18:50:09Z")

</div>

Here you go!  
[https://github.com/discourse/discourse/pull/4274](https://github.com/discourse/discourse/pull/4274)

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2016年六月22日 01:28 UTC](https://meta.discourse.org/t/keyboard-shortcuts-for-tracking-topics-dont-work-for-me/45955/4 "2016-06-22T01:28:47Z")

</div>


