Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to zoom out #1

Open
Stef-00012 opened this issue Mar 20, 2023 · 15 comments
Open

Unable to zoom out #1

Stef-00012 opened this issue Mar 20, 2023 · 15 comments

Comments

@Stef-00012
Copy link

I can zoom in with with both ctrl + ` and volume up, but I can't zoom out neithet with ctrl + -, neither with volume down

Screen_Recording_20230320_143908_Acode.mp4
@bajrangCoder
Copy link
Owner

Sorry to say but I also use this plugin it's working fine for me.
If you can tell me how can I create the same situation on my device then i can get the problem.
For now just you try to reinstall the plugin and clear app cache. May it can help you.

@Stef-00012
Copy link
Author

I tried reinstalling the plugin and clearing the cache, still doesn't seem to work

I'm using ACode 1.8.0
(if needed) my device is a Samsung Galaxy A33 5G (SM-A336B) with OneUI 5.1 and Android 13

Screen_Recording_20230321_002943_Acode.mp4

@bajrangCoder
Copy link
Owner

ok thanks for reporting
I will try to fix it.
for now can try bellow way:

  1. use Acode 1.8.0(272)
  2. uninstall this plugin and then restart app and then install this

@Stef-00012
Copy link
Author

for now can try bellow way:

  1. use Acode 1.8.0(272)
  2. uninstall this plugin and then restart app and then install this

doesn't seem to work neither

Screen_Recording_20230321_082214_Acode.mp4

@bajrangCoder
Copy link
Owner

can you send the list of yours installed plugin , i am not able to create the same situation in my acode.
or anything that you have changed...

@Stef-00012
Copy link
Author

Stef-00012 commented Mar 22, 2023

my plugins are
Screenshot_20230322_132021_Acode
Screenshot_20230322_132034_Acode

and my settings are
Screenshot_20230322_132059_Acode
Screenshot_20230322_132115_Acode
Screenshot_20230322_132123_Acode

also my keybindings are (idk if they're plugin ones, but at the end i noticed

  "increaseFontSize": {
    "description": "Increase font size",
    "bindKey": "Ctrl-+"
  },
  "decreaseFontSize": {
    "description": "Decrease font size",
    "bindKey": "Ctrl+-"
  },
  "resetFontSize": {
    "description": "Reset font size",
    "bindKey": "Ctrl+0|Ctrl-Numpad0"
  }

full json

{
  "findFile": {
    "description": "Find a file",
    "key": "Ctrl-P",
    "action": "find-file"
  },
  "closeCurrentTab": {
    "description": "Close current tab.",
    "key": "Ctrl-Q",
    "readOnly": false,
    "action": "close-current-tab"
  },
  "closeAllTabs": {
    "description": "Close all tabs.",
    "key": "Ctrl-Shift-Q",
    "readOnly": false,
    "action": "close-all-tabs"
  },
  "newFile": {
    "description": "Create new file",
    "key": "Ctrl-N",
    "readOnly": true,
    "action": "new-file"
  },
  "openFile": {
    "description": "Open a file",
    "key": "Ctrl-O",
    "readOnly": true,
    "action": "open-file"
  },
  "openFolder": {
    "description": "Open a folder",
    "key": "Ctrl-Shift-O",
    "readOnly": true,
    "action": "open-folder"
  },
  "saveFile": {
    "description": "Save current file",
    "key": "Ctrl-S",
    "readOnly": true,
    "action": "save"
  },
  "saveFileAs": {
    "description": "Save as current file",
    "key": "Ctrl-Shift-S",
    "readOnly": true,
    "action": "save-as"
  },
  "nextFile": {
    "description": "Open next file tab",
    "key": "Ctrl-Tab",
    "readOnly": true,
    "action": "next-file"
  },
  "prevFile": {
    "description": "Open previous file tab",
    "key": "Ctrl-Shift-Tab",
    "readOnly": true,
    "action": "prev-file"
  },
  "renameFile": {
    "description": "Rename current file",
    "key": "F2",
    "readOnly": true,
    "action": "rename"
  },
  "run": {
    "description": "Run current file",
    "key": "F5",
    "readOnly": false,
    "action": "run"
  },
  "selectWord": {
    "description": "Open previous file tab",
    "key": "Ctrl-D",
    "readOnly": false,
    "action": "select-word"
  },
  "autoindent": {
    "key": null,
    "description": "Auto indentation",
    "readOnly": false
  },
  "showSettingsMenu": {
    "key": "Ctrl-,",
    "description": "Show settings menu",
    "readOnly": false
  },
  "toggleFullscreen": {
    "key": "F11",
    "description": "Toggle full screen mode",
    "readOnly": false,
    "action": "toggle-fullscreen"
  },
  "toggleSidebar": {
    "key": "Ctrl-B",
    "description": "Toggle sidebar",
    "readOnly": true,
    "action": "toggle-sidebar"
  },
  "toggleMenu": {
    "key": "F3",
    "description": "Toggle edit menu",
    "readOnly": true,
    "action": "toggle-menu"
  },
  "toggleEditMenu": {
    "key": "F4",
    "description": "Toggle edit menu",
    "readOnly": true,
    "action": "toggle-editmenu"
  },
  "goToNextError": {
    "key": "Alt-E",
    "description": "Go to next error",
    "readOnly": false
  },
  "goToPreviousError": {
    "key": "Alt-Shift-E",
    "description": "Go to previous error",
    "readOnly": false
  },
  "selectall": {
    "description": "Select all",
    "key": "Ctrl-A",
    "readOnly": true
  },
  "centerselection": {
    "description": "Center selection",
    "key": null,
    "readOnly": false
  },
  "gotoline": {
    "description": "Go to line...",
    "key": "Ctrl-G",
    "readOnly": true
  },
  "fold": {
    "key": "Alt-L|Ctrl-F1",
    "readOnly": false
  },
  "unfold": {
    "key": "Alt-Shift-L|Ctrl-Shift-F1",
    "readOnly": false
  },
  "toggleFoldWidget": {
    "key": null,
    "readOnly": false
  },
  "toggleParentFoldWidget": {
    "key": "Alt-F2",
    "readOnly": false
  },
  "foldall": {
    "description": "Fold all",
    "key": null,
    "readOnly": false
  },
  "foldOther": {
    "description": "Fold other",
    "key": "Alt-0",
    "readOnly": false
  },
  "unfoldall": {
    "description": "Unfold all",
    "key": "Alt-Shift-0",
    "readOnly": false
  },
  "findnext": {
    "description": "Find next",
    "key": "Ctrl-K",
    "readOnly": false
  },
  "findprevious": {
    "description": "Find previous",
    "key": "Ctrl-Shift-K",
    "readOnly": false
  },
  "selectOrFindNext": {
    "description": "Select or find next",
    "key": "Alt-K",
    "readOnly": false
  },
  "selectOrFindPrevious": {
    "description": "Select or find previous",
    "key": "Alt-Shift-K",
    "readOnly": false
  },
  "find": {
    "description": "Find",
    "key": "Ctrl-F",
    "readOnly": true
  },
  "overwrite": {
    "description": "Overwrite",
    "key": "Insert",
    "readOnly": true
  },
  "selecttostart": {
    "description": "Select to start",
    "key": "Ctrl-Shift-Home",
    "readOnly": true
  },
  "gotostart": {
    "description": "Go to start",
    "key": "Ctrl-Home",
    "readOnly": true
  },
  "selectup": {
    "description": "Select up",
    "key": "Shift-Up",
    "readOnly": true
  },
  "golineup": {
    "description": "Go line up",
    "key": "Up",
    "readOnly": true
  },
  "selecttoend": {
    "description": "Select to end",
    "key": "Ctrl-Shift-End",
    "readOnly": true
  },
  "gotoend": {
    "description": "Go to end",
    "key": "Ctrl-End",
    "readOnly": true
  },
  "selectdown": {
    "description": "Select down",
    "key": "Shift-Down",
    "readOnly": true
  },
  "golinedown": {
    "description": "Go line down",
    "key": "Down",
    "readOnly": true
  },
  "selectwordleft": {
    "description": "Select word left",
    "key": "Ctrl-Shift-Left",
    "readOnly": true
  },
  "gotowordleft": {
    "description": "Go to word left",
    "key": "Ctrl-Left",
    "readOnly": true
  },
  "selecttolinestart": {
    "description": "Select to line start",
    "key": "Alt-Shift-Left",
    "readOnly": true
  },
  "gotolinestart": {
    "description": "Go to line start",
    "key": "Alt-Left|Home",
    "readOnly": true
  },
  "selectleft": {
    "description": "Select left",
    "key": "Shift-Left",
    "readOnly": true
  },
  "gotoleft": {
    "description": "Go to left",
    "key": "Left",
    "readOnly": true
  },
  "selectwordright": {
    "description": "Select word right",
    "key": "Ctrl-Shift-Right",
    "readOnly": true
  },
  "gotowordright": {
    "description": "Go to word right",
    "key": "Ctrl-Right",
    "readOnly": true
  },
  "selecttolineend": {
    "description": "Select to line end",
    "key": "Alt-Shift-Right",
    "readOnly": true
  },
  "gotolineend": {
    "description": "Go to line end",
    "key": "Alt-Right|End",
    "readOnly": true
  },
  "selectright": {
    "description": "Select right",
    "key": "Shift-Right",
    "readOnly": true
  },
  "gotoright": {
    "description": "Go to right",
    "key": "Right",
    "readOnly": true
  },
  "selectpagedown": {
    "description": "Select page down",
    "key": "Shift-PageDown",
    "readOnly": true
  },
  "pagedown": {
    "description": "Page down",
    "key": "PageUp",
    "readOnly": true
  },
  "gotopagedown": {
    "description": "Go to page down",
    "key": null,
    "readOnly": false
  },
  "selectpageup": {
    "description": "Select page up",
    "key": "Shift-PageUp",
    "readOnly": true
  },
  "pageup": {
    "description": "Page up",
    "key": null,
    "readOnly": false
  },
  "gotopageup": {
    "description": "Go to page up",
    "key": "PageUp",
    "readOnly": true
  },
  "scrollup": {
    "description": "Scroll up",
    "key": "Ctrl-Up",
    "readOnly": true
  },
  "scrolldown": {
    "description": "Scroll down",
    "key": "Ctrl-Down",
    "readOnly": true
  },
  "selectlinestart": {
    "description": "Select line start",
    "key": "Shift-Home",
    "readOnly": true
  },
  "selectlineend": {
    "description": "Select line end",
    "key": "Shift-End",
    "readOnly": true
  },
  "togglerecording": {
    "description": "Toggle recording",
    "key": "Ctrl-Alt-E",
    "readOnly": true
  },
  "replaymacro": {
    "description": "Replay macro",
    "key": "Ctrl-Shift-E",
    "readOnly": true
  },
  "jumptomatching": {
    "description": "Jump to matching",
    "key": "Ctrl-\\",
    "readOnly": true
  },
  "selecttomatching": {
    "description": "Select to matching",
    "key": "Ctrl-Shift-\\|Ctrl-Shift-P",
    "readOnly": false
  },
  "expandToMatching": {
    "description": "Expand to matching",
    "key": "Ctrl-Shift-M",
    "readOnly": false
  },
  "removeline": {
    "description": "Remove line",
    "key": null,
    "readOnly": false
  },
  "duplicateSelection": {
    "description": "Duplicate selection",
    "key": "Ctrl-Shift-D",
    "readOnly": false
  },
  "sortlines": {
    "description": "Sort lines",
    "key": "Ctrl-Alt-S",
    "readOnly": false
  },
  "togglecomment": {
    "description": "Toggle comment",
    "key": "Ctrl-/",
    "readOnly": false
  },
  "toggleBlockComment": {
    "description": "Toggle block comment",
    "key": "Ctrl-Shift-/",
    "readOnly": false
  },
  "modifyNumberUp": {
    "description": "Modify number up",
    "key": "Ctrl-Shift-Up",
    "readOnly": false
  },
  "modifyNumberDown": {
    "description": "Modify number down",
    "key": "Ctrl-Shift-Down",
    "readOnly": false
  },
  "replace": {
    "description": "Replace",
    "key": "Ctrl-R",
    "readOnly": false
  },
  "undo": {
    "description": "Undo",
    "key": "Ctrl-Z",
    "readOnly": false
  },
  "redo": {
    "description": "Redo",
    "key": "Ctrl-Shift-Z|Ctrl-Y",
    "readOnly": false
  },
  "copylinesup": {
    "description": "Copy lines up",
    "key": "Alt-Shift-Up",
    "readOnly": false
  },
  "movelinesup": {
    "description": "Move lines up",
    "key": "Alt-Up",
    "readOnly": false
  },
  "copylinesdown": {
    "description": "Copy lines down",
    "key": "Alt-Shift-Down",
    "readOnly": false
  },
  "movelinesdown": {
    "description": "Move lines down",
    "key": "Alt-Down",
    "readOnly": false
  },
  "del": {
    "description": "Delete",
    "key": "Delete",
    "readOnly": true
  },
  "backspace": {
    "description": "Backspace",
    "key": "Shift-Backspace|Backspace",
    "readOnly": false
  },
  "cut_or_delete": {
    "description": "Cut or delete",
    "key": "Shift-Delete",
    "readOnly": false
  },
  "removetolinestart": {
    "description": "Remove to line start",
    "key": "Alt-Backspace",
    "readOnly": false
  },
  "removetolineend": {
    "description": "Remove to line end",
    "key": "Alt-Delete",
    "readOnly": false
  },
  "removetolinestarthard": {
    "description": "Remove to line start hard",
    "key": "Ctrl-Shift-Backspace",
    "readOnly": false
  },
  "removetolineendhard": {
    "description": "Remove to line end hard",
    "key": "Ctrl-Shift-Delete",
    "readOnly": false
  },
  "removewordleft": {
    "description": "Remove word left",
    "key": "Ctrl-Backspace",
    "readOnly": false
  },
  "removewordright": {
    "description": "Remove word right",
    "key": "Ctrl-Delete",
    "readOnly": false
  },
  "outdent": {
    "description": "Outdent",
    "key": "Shift-Tab",
    "readOnly": false
  },
  "indent": {
    "description": "Indent",
    "key": "Tab",
    "readOnly": true
  },
  "blockoutdent": {
    "description": "Block outdent",
    "key": "Ctrl-[",
    "readOnly": false
  },
  "blockindent": {
    "description": "Block indent",
    "key": "Ctrl-]",
    "readOnly": false
  },
  "splitline": {
    "description": "Split line",
    "key": null,
    "readOnly": false
  },
  "transposeletters": {
    "description": "Transpose letters",
    "key": "Alt-Shift-X",
    "readOnly": false
  },
  "touppercase": {
    "description": "To uppercase",
    "key": "Ctrl-U",
    "readOnly": false
  },
  "tolowercase": {
    "description": "To lowercase",
    "key": "Ctrl-Shift-U",
    "readOnly": false
  },
  "expandtoline": {
    "description": "Expand to line",
    "key": "Ctrl-Shift-L",
    "readOnly": true
  },
  "joinlines": {
    "description": "Join lines",
    "key": null,
    "readOnly": false
  },
  "invertSelection": {
    "description": "Invert selection",
    "key": null,
    "readOnly": false
  },
  "openCommandPallete": {
    "description": "Open command pallete",
    "key": "F1",
    "readOnly": true
  },
  "modeSelect": {
    "description": "Change language mode",
    "key": "Ctrl-M",
    "readOnly": false
  },
  "increaseFontSize": {
    "description": "Increase font size",
    "bindKey": "Ctrl-+"
  },
  "decreaseFontSize": {
    "description": "Decrease font size",
    "bindKey": "Ctrl+-"
  },
  "resetFontSize": {
    "description": "Reset font size",
    "bindKey": "Ctrl+0|Ctrl-Numpad0"
  }
}

@Tashedelek
Copy link

I'm having the same problem with the FontZoomer plugin. Regardless of what I do (uninstall-reinstall, install and restart, etc), on both my Android 11 Motorola phone and my Android 11 Samsung Galaxy tablet I can only zoom in. If I use the volume controls to control the zoom, both volume-up and volume-down only zoom in, never out. If I use a Bluetooth keyboard with either the phone or the tablet and change to key shortcut, both "ctrl+ `" and "ctrl+ -" only zoom in, never out.

The only time I got things to work properly is when I installed Acode with FontZoomer on an old Acer Chromebook running chrome os version 103.0.5060.132. I know very little about chrome os or Chromebooks so I can't be of much help in that department. I simply installed Acode and FontZoomer and used the key shortcuts, and it works.

All three installs are Acode 1 8.0 (272) and FontZoomer 1.0.1.

Any help would be appreciated...

Tashe

@Tashedelek
Copy link

Some more info:

Key bindings: no change. All are default.

Plugins installed:

Extra Syntax Highlight
Path Linker
Snippets
Lorem Ipsum
Prettier
Ayu Mirage (dark) Theme
FontZoomer

@bajrangCoder
Copy link
Owner

Please try latest version, I thought your problem was fixed

@MicroBeast
Copy link

Nothing works now, per v1.1.0.
Not a single registered Shortcuts nor Volume buttons works. It used to be only Zoom In works.

Virtual Keyboard Multiling O Keyboard has Ctrl key, that didn't work on this plugin (All its keys like Alt Win/System keys work on Acode or Termux). Virtual keyboard like GBoard or MS Shiftkeys (which common to be used I guess) with Acode Ctrl+_,-,0 also didn't work on the plugin.

BTW, in Description it stated that Zoom Out is using Ctrl+_. But in Keybinding setting it binded to Ctrl+-? Inconsistency?

@bajrangCoder
Copy link
Owner

bajrangCoder commented Aug 7, 2023

Hmm, If you will use Acode Ctrl key then everything works but with other keyboard it failed i don't know why? But I will research on it.
This plugin shortcuts aren't saved in keybinding files. I guess that's bloat comes with acode.
Currently this plugin uses:
Ctrl - + to zoom in
And Ctrl - _ to zoom out.

Have you tried it with Acode Ctrl key?

I'm going to research and soon I will come back with solution.

@imnaiyar
Copy link

Is there any solution? Because i face the same problem

@bajrangCoder
Copy link
Owner

Is there any solution? Because i face the same problem

Currently use acode ctrl key

@imnaiyar
Copy link

It isn't working with Acode ctrl either, i click it's ctrl key and then _ on me sevice keyboard and it doesn't work, only zoom out does.

@bajrangCoder
Copy link
Owner

Use :

  • Ctrl - + : to zoom in
  • Ctrl - _ : to zoom out

If it doesn't works, try by resetting your keybindings from App Settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants