View Issue Details

IDProjectCategoryView StatusLast Update
0002680Far Manager_Commonpublic2014-05-23 13:53
Reporternpfar Assigned Toshmuel  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
PlatformSurface Pro 2OSWindowsOS Version8.1
Summary0002680: no alternative for the INS key
DescriptionПоследние лэптопы часто выпускаются без клавиши INS. Например все SURFACE от MICROSOFT, некоторые компактные модели DELL и LENOVO. Можно как-то сделать, чтобы в установках иметь возможность задействовать другую клавишу (вместо отсутствующей INS)
TagsNo tags attached.
Build0

Activities

shmuel

2014-05-17 08:55

developer   bugnote:0012412

Last edited: 2014-05-17 09:33

Можно обойти данную проблему следующим макросом. В этом макросе Ins и его комбинации переназначаются на F12 с соответствующими комбинациями. F12 выбран только для примера, подставьте другую клавишу, которую выберете (обратите внимание, что подставлять нужно в двух местах).

Macro {
  description="Replace Ins key and its combinations";
  area="Common"; key="/(.*)F12/";
  action=function()
    Keys( akey(1):match("(.*)F12$") .. "Ins" )
  end;
}

vskirdin

2014-05-18 14:50

administrator   bugnote:0012413

А чем Ctrl-C/V/X не устраивает? (если речь не про режим вставки/замены при вводе текста)

shmuel

2014-05-18 16:30

developer   bugnote:0012414

А вот ещё, из хелпа Фара (и это ещё не всё):

~Select/deselect file~@SelectFiles@ #Ins, Shift-Cursor keys#

Copy the names of selected files to the clipboard #Ctrl-Ins#
(if the command line is empty)

Copy the names of selected files to the clipboard #Ctrl-Shift-Ins#
(ignore command line state)
 
Copy full names of selected files to the clipboard #Alt-Shift-Ins#
(ignore command line state)
 
Copy network (UNC) names of selected files to the #Ctrl-Alt-Ins#
clipboard (ignore command line state)

Screen grabber #Alt-Ins#

In dialog edit control history you may use #Enter# to copy the current item
to the edit control and #Ins# to mark or unmark an item.

#Edit user menu# Allows to edit main or local ~user menu~@UserMenu@.
                     You may press #Ins# to insert, #Del# to delete
                     and #F4# to edit menu records.

#Edit associations# Displays the list of ~file associations~@FileAssoc@.
                       You may press #Ins# to insert, #Del# to delete

Issue History

Date Modified Username Field Change
2014-05-17 04:27 npfar New Issue
2014-05-17 08:55 shmuel Note Added: 0012412
2014-05-17 09:33 shmuel Note Edited: 0012412
2014-05-18 14:50 vskirdin Note Added: 0012413
2014-05-18 16:30 shmuel Note Added: 0012414
2014-05-19 07:42 shmuel Assigned To => shmuel
2014-05-19 07:42 shmuel Status new => feedback
2014-05-23 13:53 shmuel Build => 0
2014-05-23 13:53 shmuel Status feedback => closed
2014-05-23 13:53 shmuel Resolution open => no change required