search for: hotkeys

Displaying 20 results from an estimated 198 matches for "hotkeys".

Did you mean: hostkeys
2019 Apr 17
1
Fix: hotkey uppercasing too wide
Hello, Stumble upon this issue. If one define digits as hotkeys, the action is also taken for the non-reserved CTRL-P to CTRL-Y (also affect ASCII prior to digits). Here's a quick patch, quickly tested for action on uppercase/lowercase and digit and inaction on "matching" CTRL key. Regards, Dany *Sample config section* LABEL extra2 MENU LABEL...
2005 Mar 27
3
RESEND: Problems with menu.c32, and some feature request for menu.c32
I am resending this message because I have not recieved any response back. I have found two bugs in the menu.c32 utility, part of the syslinux-3.08-pre5 build, and have a couple of requests. Problem 1: If you use the ^ symbol to define a number as a hotkey, ex. MENU LABEL ^1 Option #1 , the menu will not print the number highlighted. It will use it as a hot key, it just will not highlight it.
2008 Aug 04
1
About "MENU TITLE" and possible hotkey handling
3.71, using isolinux and simple menu system menu.c32 To avoid having many different menu config files (one for each submenu) I'm trying switching from the once required syntax ==== MENU LABEL > ^Firmware/BIOS KERNEL menu.c32 APPEND menufw.cfg ==== to ==== MENU BEGIN MENU TITLE ^Firmware/BIOS <stuff that was inside menufw.cfg> MENU END ==== However, it's not
2003 Nov 03
1
Hotkeys for menu items
Hi! I know, that a menupoint can have a hotkey, you just have to separate the menu description and the hotkey with a tab. But can you have more hotkeys? thx Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" | +-- Magyar php mirror es magyar php dokumentacio: h...
2010 May 30
1
[RFC PATCH] menu: support single key booting
...CLK_TCK); - key = mygetkey(this_timeout); + + if (hotkey && me->commit) + key = KEY_ENTER; + else + key = mygetkey(this_timeout); + hotkey = 0; if (key != KEY_NONE) { timeout_left = key_timeout; @@ -1071,7 +1077,7 @@ static const char *run_menu(void) if (cm->menu_hotkeys[key]) { key_timeout = 0; entry = cm->menu_hotkeys[key]->entry; - /* Should we commit at this point? */ + hotkey = 1; } } break; diff --git a/com32/menu/readconfig.c b/com32/menu/readconfig.c index d4c8848..7aed5a3 100644 --- a/com32/menu/readconfig.c +++...
2007 Mar 08
2
Hotkey between Xorg and Wine applications
Hello! I'm trying to install a Windows application called Macro Express, wich automatizes a lot of process with recorded macros. The macros are called by pressing Hotkeys combinations like Control+1 or Control+2 etc. Then, the macro sends keys to applications. I have installed the program on kubuntu and Wine 0.9.30. The problems are that it only regonizes Hotkeys when Macro Express window is active and it only sends keystrokes to wine programs. Is there a way to m...
2004 Dec 18
1
voicemailmain hotkey
Hi Folks Since updated to 1.0.1/2 I got a prob with the hotkey to access voicemailmain. According to the wiki "0" jumps to extension "o" and "*" to "a" "0" isn't working, I get vm-sorry followed by HangUp :( "*" is working and I get access. So I changed the dialplan to get my voicemail managed. Tested on zaphfc and capi Is
2005 Mar 24
1
Problems with menu.c32, and some feature request for menu.c32
I have found two bugs in the menu.c32 utility, part of the syslinux-3.08-pre5 build, and have a couple of requests. Problem 1: If you use the ^ symbol to define a number as a hotkey, ex. MENU LABEL ^1 Option #1 , the menu will not print the number highlighted. It will use it as a hot key, it just will not highlight it. It does highlight the hotkey if specify a letter, A-Z. Problem 2: When
2005 Mar 28
0
Problems with menu.c32,and some feature request for menu.c32
Well in those three days I did identify and correct the problem with using a number (0-9) as the hot key. The following is the section of code in menu.c32 responsible for displaying the menu entries: display_entry(const struct menu_entry *entry, const char *attrib, const char *hotattrib, int width) { const char *p = entry->displayname; while ( width ) { if ( *p ) { if (
2009 Mar 30
1
hotkeys in photoshop cs2
hi, i installed photoshop cs2 in wine under centos 5.2 photoshop start and is working, shortcut or hotkeys apart.. so when i press ctrl+N or ctrl+O i cannot neither create a new file or open another one. i m new in wine and do not have idea where do i have to look for.... if some1 can help me wit this kind of problem, it would be great! thanks in advance , mat
2009 May 29
0
BattleForge runnung well, but hotkeys (keyboard) don't work
Hi, i'm using wine 1.1.21 playing BattleForge. Everything wok well excepted keyboard. I can't use any hotkeys. My keyboard seem not to work in game. Any idea?
2010 Nov 17
1
Tinn-R looses connection to R (Windows Vista)
Hi everyone, I wonder, if anyone can help me with this annoying issue, although it is related to Tinn-R and Windows Vista... I am running R 2.11.1 and Tinn-R 2.3.5.2 together. I saved 2 R-hotkeys: ALT+A for sending the whole content of one file and ALT+S for a selection from one file from Tinn-R to R. Everything works fine with other windows versions, also with Vista at the beginning of every session, but after a certain time (not always the same, neither the number of times, that I used th...
2006 May 17
0
[PATCH] - Hotkey to break hypervisor out of tight loop
This patch provides a simple way to break out of a tight loop and bug: from the hypervisor monitor press ctrl-A, ctrl-A, ctrl-Z Signed-off-by: Robert S. Phillips (rphillips@virtualiron.com) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 May 30
1
Changing hotkey when booting thru syslinux
Hey, I want to change the default "shift" key to fall into the syslinux shell to something else but wasn't able to find the code where this is done. Can someone point me to this? thanks. Ram
2008 Dec 08
2
'dialer' application to trigger call between hardphone and number
Does anyone know of a small lightweight windows 'dialer' application I can use to trigger a call (via call file or AMI) from any application? (The call would be placed between the target number, and the preconfigured DN of the hardphone at the user's desk) Ideally a phone number would be 'selected' from within any windows application and the call would be triggered via
2006 Sep 01
2
SYSLINUX 3.30-pre1 released
Hi all, I have pushed out a SYSLINUX 3.30-pre1. The main difference versus earlier versions is that this version contains a *preview* of a VESA graphical menu system (vesamenu.c32); it's used the same way as menu.c32, with the addition of a few more commands (which can also be used in menu.c32 in this new version): MENU BACKGROUND file.png ... loads a background image in PNG format.
2003 Jun 18
2
Re: rw1071 - cut and paste bug (PR#3285)
...t;using the Cut or Paste buttons the R Console window does not respond >to keyboard input; the window can be reactivated by switching to another >window and back to the R console. Cutting and pasting via Ctrl-C or >Ctrl-V does not have this problem. I see it too, using the Copy and Paste hotkeys in MDI mode. I've submitted it to r-bugs; I'll try to fix it sometime before the next release (in October). Duncan Murdoch
2020 Apr 07
1
ISOLINUX stuck at boot menu. How do I debug ?
I have just created an ISO containing Fedora and ISOLinux as the bootloader. This is the ISO creation command: genisoimage -U -r -v -T -J -joliet-long -V "Fedora-WS-Live-31-1-9" -volset "Fedora-WS-Live-31-1-9" -A "Fedora-WS-Live-31-1-9" -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e
2007 Nov 08
1
Bug#450660: logcheck: acpid rules do not filter enough
Package: logcheck Version: 1.2.63 Severity: minor Tags: patch Hi, There was recently a modification to filter acpid stuffs. But there are still things not filtered by logcheck. When I unplugg, then plug back my battery, I get following notifications: System Events =-=-=-=-=-=-= Nov 8 21:41:31 morpork acpid: received event "ac_adapter AC0 00000080 00000000" Nov 8 21:41:31 morpork
2019 Sep 23
5
File manager or browser for IMAP?
Hi all, I could really use a file manager or browser to browse my Dovecot IMAP. Ideally it would have hotkeys to move, copy, delete and send. The send part needn't be coded: Just a call to a shellscript which can handle the send the way it's locally the most convenient. Anyone know of such a file manager or browser for IMAP? SteveT Steve Litt Author: The Key to Everyday Excellence http://www.tr...