# Problems with mouse binding and movement

**URL:** https://discourse.cataclysmdda.org/t/problems-with-mouse-binding-and-movement/28019
**Category:** The Garage
**Created:** [July 22, 2022, 1:21pm UTC](https://discourse.cataclysmdda.org/t/problems-with-mouse-binding-and-movement/28019 "2022-07-22T13:21:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Kordian](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/kordian/32/12004_2.png) [@Kordian](https://discourse.cataclysmdda.org/u/Kordian)
#### Post date: [July 22, 2022, 1:21pm UTC](https://discourse.cataclysmdda.org/t/problems-with-mouse-binding-and-movement/28019/1 "2022-07-22T13:21:09Z")

</div>

Since I’ve updated to latest experimental releases I’m experiencing some issues on mouse movement. Suddenly I was no more able to move my character with traditional double left click.  
Every time I use left mouse button my message log says that “mouse\_left\_pressed” is unknown.

Fine enough, I went to key bindings menu and tinkered with mouse controls.  
“Select with mouse” is bound to “mouse\_left” as default command but now the game detects all left button clicks as “mouse\_left\_pressed” so basically good old “mouse\_left” is useless (or undetected).

So, I globally bound mouse selection to new “mouse\_left\_pressed” and now I’m able to move again BUT my character directly moves with just one click.  
Nothing terrible, but I’d like to return to old two click movements.

Is there a way to got it back?

Thanks in advance.

---

<div class="post-metadata">

### Author: ![Chefoxara](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/chefoxara/32/13187_2.png) [@Chefoxara](https://discourse.cataclysmdda.org/u/Chefoxara)
#### Post date: [August 9, 2022, 2:17pm UTC](https://discourse.cataclysmdda.org/t/problems-with-mouse-binding-and-movement/28019/2 "2022-08-09T14:17:02Z")

</div>

yeah you will have to go into “config” and then “keybindings” and fix it there  
{ “id”: “MOUSE\_MOVE”, “version”: 2, “category”: “DEFAULTMODE”, “is\_user\_created”: true, “bindings”: [{ “input\_method”: “mouse”, “mod”: [], “key”: [“MOUSE\_MOVE”] }, { “input\_method”: “mouse”, “mod”: [], “key”: [“MOUSE\_LEFT\_PRESSED”] } ] },

{ “id”: “MOUSE\_MOVE”, “version”: 2, “category”: “default”, “bindings”: [{ “input\_method”: “mouse”, “mod”: [], “key”: [“MOUSE\_MOVE”] } ] },

this should fix it

---

<div class="post-metadata">

### Author: ![Kordian](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/kordian/32/12004_2.png) [@Kordian](https://discourse.cataclysmdda.org/u/Kordian)
#### Post date: [August 10, 2022, 7:34am UTC](https://discourse.cataclysmdda.org/t/problems-with-mouse-binding-and-movement/28019/3 "2022-08-10T07:34:50Z")

</div>

Thanks, I’m on holiday now so I’ll try your solution as soon as I get back home.

I’ll let you know if it works.

---

<div class="post-metadata">

### Author: ![Kordian](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/kordian/32/12004_2.png) [@Kordian](https://discourse.cataclysmdda.org/u/Kordian)
#### Post date: [August 20, 2022, 1:28pm UTC](https://discourse.cataclysmdda.org/t/problems-with-mouse-binding-and-movement/28019/4 "2022-08-20T13:28:07Z")

</div>

WEW, works like a charm. Thank you bro.
