]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Getting rid of LTR bias --- part 3/4
[features.git] / src / insets / Inset.h
index d7fdbd1439f9f8e454c280736c5decb1cc7b5116..e432a6406b80528e8b3c3bfe6e731c4fb5e481b3 100644 (file)
@@ -180,9 +180,9 @@ public:
        /// Move one physical cell down
        virtual bool idxPrev(Cursor &) const { return false; }
 
-       /// Target pos when we enter the inset from the left by pressing "Right"
+       /// Target pos when we enter the inset while moving forward
        virtual bool idxFirst(Cursor &) const { return false; }
-       /// Target pos when we enter the inset from the right by pressing "Left"
+       /// Target pos when we enter the inset while moving backwards
        virtual bool idxLast(Cursor &) const { return false; }
 
        /// Delete a cell and move cursor