# Changes to the Markups Module

**URL:** https://discourse.slicer.org/t/changes-to-the-markups-module/19871
**Category:** Development
**Created:** [September 26, 2021, 4:20pm UTC](https://discourse.slicer.org/t/changes-to-the-markups-module/19871 "2021-09-26T16:20:08Z")
**Posts on this page:** 1
**Showing post:** 25

<div class="post-metadata">

### Author: ![muratmaga](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/muratmaga/32/3622_2.png) [@muratmaga](https://discourse.slicer.org/u/muratmaga)
#### Post date: [October 13, 2021, 9:46pm UTC](https://discourse.slicer.org/t/changes-to-the-markups-module/19871/25 "2021-10-13T21:46:02Z")

</div>

> [@ezgimercan](#):
>
> I also LOVE the ‘p’ keyboard shortcut that comes with SlicerMorph startup script for “dropping” a control point where the mouse is. I like to keep mouse actions for interaction - it is easy to move the mouse cursor unintentionally when clicking to mark a point. It’s much better to position your mouse, and press a key from your keyboard.

There is currently quite a bit of problem with right-click context menus (e.g., MarkupEditor plugin doesn’t work yet with the new markups changes), and we will eventually provide keyboard shortcuts for these actions in SlicerMorph. Shortcuts in core is a bit more problematic as it is really to hard to come by with keyboard shortcuts that (1) everyone agrees on how it works, (2) not assigned to something else before, (3) and it doesn’t require you use four of your fingers to create the shortcut (alt+ctrl+shift+P).

> [@ezgimercan](#):
>
> I know we are transitioning from fcsv to JSON, but since Slicer still supports fcsv exports, I wanted to note that currently the column headings for the last few fields are not written. When you want to read them as csv files into R, for example, R complains about the mismatch between columns and column headings.

Yeah, that’s exactly the problem of fcsv format. it is not possible to grow it with new features. So with the new stable release I think we (as in SlicerMorph) will probably expect everyone to switch to Json. There is a json parser in SlicerMorphR package ([GitHub - SlicerMorph/SlicerMorphR: R convenience functions for importing SlicerMorph dataset](http://github.com/SlicerMorph/SlicerMorphR)), but I have not had time to try with the updates to markups. If you can try and let us know, it will be great.

---

_[View the full topic](https://discourse.slicer.org/t/changes-to-the-markups-module/19871)._
