Bug report - menu bar still active in hidden state (Announce)
> It's probably ok if you're used to a 2-finger-system for typing. However,
> if you're used to use your keyboard blindly, then it becomes difficult to
> find the right keys with one hand while the other is busy holding down CTRL
> and ALT.

I still don?t have any problem of covering the left side of the keyboard with my left hand, but it is (as you say) a bit difficult, and I would not recommend writing a document in this way. It works if the search string is 1-3 chars, but to write longer strings will be a bit irritating.
So, a quick fix could then be applied as follow (src/dzmain/cmquicks.asm - line 197):
AND AL,1100B
CMP AL,1100B
JE QUICKSEARCH_01
and change this to:
and al,100B
jnz QUICKSEARCH_01
Now the Quick search will activate using Ctrl+Alt, but when activated you can release the Alt key and start typing while still holding down the Ctrl-key (assuming you are able to hold down the Shift-key while typing).
I will also assume (as mention above) that the target of the search if files and not directories, so I will see if it is posible to change this in the next release.
While you add it (80x35):
src/clib/conio/console/consinit.asm (line 83):
mov ax,0003h ; this clears the screen
int 10h
call setcursor ; restore cursor
call rcclose ; restore screen
pop ax
cmp al,49
jne set_25
mov ax,1202h ; set scanline to 400
mov bx,0030h
int 10h
mov ax,1112h ; load 8x8 font
xor bx,bx
int 10h
I will assume that other dos programs may reset the mode to 25 lines, so if
you want this to be the default setting, you could replace the 50 line setup with 35. In this way the program will reset to 35 lines on startup.
Complete thread:
- The Doszip Commander version 1.37 available - rr, 16.10.2009, 22:34
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
- The Doszip Commander version 1.38 available - Rugxulo, 08.12.2009, 01:26
- The Doszip Commander version 1.39 available - rr, 10.12.2009, 20:58
- The Doszip Commander version 1.40 available - rr, 15.12.2009, 10:16
- The Doszip Commander version 1.41 available - Rugxulo, 31.12.2009, 16:03
- The Doszip Commander version 1.44 available - nidud, 19.02.2010, 14:27
- The Doszip Commander version 1.45 available - rr, 19.02.2010, 22:36
- Doszip 1.50 - Rugxulo, 09.04.2010, 01:06
- The Doszip Commander version 1.56 available - nidud, 27.07.2010, 14:14
- Doszip 1.50 - Rugxulo, 09.04.2010, 01:06
- The Doszip Commander version 1.45 available - rr, 19.02.2010, 22:36
- The Doszip Commander version 1.44 available - nidud, 19.02.2010, 14:27
- The Doszip Commander version 1.41 available - Rugxulo, 31.12.2009, 16:03
- The Doszip Commander version 1.40 available - rr, 15.12.2009, 10:16
- The Doszip Commander version 1.39 available - rr, 10.12.2009, 20:58
- The Doszip Commander version 2.00 available - rr, 02.08.2010, 21:49
- Feature request - don't reset video mode - Japheth, 04.08.2010, 15:51
- Feature request - don't reset video mode - nidud, 04.08.2010, 17:08
- Feature request - don't reset video mode - Japheth, 05.08.2010, 07:07
- Problem if current screen width isn't 80 chars - Japheth, 19.08.2010, 10:52
- Problem if current screen width isn't 80 chars - nidud, 19.08.2010, 22:48
- Problem if current screen width isn't 80 chars - Japheth, 20.08.2010, 00:22
- Problem if current screen width isn't 80 chars - nidud, 14.09.2010, 21:39
- Problem if current screen width isn't 80 chars - Japheth, 15.09.2010, 10:48
- Problem if current screen width isn't 80 chars - nidud, 15.09.2010, 14:07
- Problem if current screen width isn't 80 chars - Japheth, 15.09.2010, 10:48
- Problem if current screen width isn't 80 chars - nidud, 14.09.2010, 21:39
- Problem if current screen width isn't 80 chars - Japheth, 20.08.2010, 00:22
- Problem if current screen width isn't 80 chars - nidud, 19.08.2010, 22:48
- Feature request - don't reset video mode - nidud, 04.08.2010, 17:08
- Bug report - menu bar still active in hidden state - Japheth, 10.08.2010, 07:06
- Bug report - menu bar still active in hidden state - nidud, 10.08.2010, 19:07
- Bug report - menu bar still active in hidden state - Japheth, 11.08.2010, 09:57
- Bug report - menu bar still active in hidden state - nidud, 11.08.2010, 15:26
- Bug report - menu bar still active in hidden state - Japheth, 11.08.2010, 16:05
- Bug report - menu bar still active in hidden state - nidud, 12.08.2010, 15:49
- Bug report - menu bar still active in hidden state - Japheth, 17.08.2010, 10:56
- Bug report - menu bar still active in hidden state - nidud, 17.08.2010, 13:51
- Bug report - menu bar still active in hidden state - nidud, 19.08.2010, 22:57
- Bug report - menu bar still active in hidden state - Japheth, 21.08.2010, 08:17
- Bug report - menu bar still active in hidden state - Japheth, 17.08.2010, 10:56
- Bug report - menu bar still active in hidden state - nidud, 12.08.2010, 15:49
- Bug report - menu bar still active in hidden state - Japheth, 11.08.2010, 16:05
- Bug report - menu bar still active in hidden state - nidud, 11.08.2010, 15:26
- Bug report - menu bar still active in hidden state - Japheth, 11.08.2010, 09:57
- Bug report - menu bar still active in hidden state - nidud, 10.08.2010, 19:07
- Feature request - don't reset video mode - Japheth, 04.08.2010, 15:51
- The Doszip Commander version 2.04 available - nidud, 03.10.2010, 12:52
- The Doszip Commander version 2.06 available - nidud, 14.11.2010, 17:20
- The Doszip Commander version 2.06 available - nidud, 14.11.2010, 23:42
- The Doszip Commander version 2.08 available - nidud, 15.11.2010, 15:17
- The Doszip Commander version 2.08 available - Rugxulo, 20.11.2010, 18:35
- The Doszip Commander version 2.08 available - nidud, 21.11.2010, 15:22
- The Doszip Commander version 2.08 available - Rugxulo, 20.11.2010, 18:35
- The Doszip Commander version 1.38 available - Rugxulo, 08.12.2009, 01:26
Mix view