Questions tagged [remap]

257 questions
0
votes
1 answer

.htaccess RewriteRule for remapping folder in CodeIgniter doesn't work

I want users to see what's in /index.php?events/ when they type /prefiltered/. So, I don't want their browsers to display /index.php?events/. I think it's called remapping. I'm using CodeIgniter, working in local and yes, I've activated mod_rewrite…
j4nSolo
  • 342
  • 1
  • 14
0
votes
2 answers

How to remap number keys and number key special characters in VIM

I am trying to remap the * operator in VIM. I have tried nnoremap <*> and nnoremap to no avail. I haven't been able to find any instructions on how to properly do this. How can I remap my *, or any number keys/number key special…
Freedom_Ben
  • 11,247
  • 10
  • 69
  • 89
0
votes
2 answers

Cancel an existing key remap in autohotkey

I have a AutoHotKey script that asks me if I want to remap my Win keys to Ctrl or cancel their remapping, thus making them Win keys again. However I cannot find a way to cancel the remap. If I use the command LWin::Lwin I get the error message…
user2262825
  • 1
  • 1
  • 1
0
votes
2 answers

Handle CodeIgniter remapping with parameters

I have the following code I added to a MY_Controller that is being extended by all my controllers: public function _remap($method, $params = array()) {//exit($this->router->fetch_class()); if (array_search($method,…
Lee Loftiss
  • 3,035
  • 7
  • 45
  • 73
0
votes
2 answers

Oracle remap_Tablespace for Datalob/Data/Index

I'm facing a new problem about importing data on Oracle. I've got a dump file of around 40GB, and I'm trying to import this to my Oracle Database 10g Release 10.2.0.4.0. On our system we have 3 tablespaces (Datalob/Data and Index), one of our…
domiSchenk
  • 880
  • 4
  • 23
  • 41
0
votes
2 answers

sublime in vintage mode - remapping escape failing

I'm trying to mapp jj to escape. I'm getting an error below. Fix?
pachun
  • 926
  • 2
  • 10
  • 26
0
votes
3 answers

How to route identical Codeigniter Controllers

My Codeigniter project has a long list of identical categories, each with many identical methods. To make it dynamic and cleaner, I have used _remap functions to load the identical methods within the controller. Now I am trying to replicate the…
Cogicero
  • 1,514
  • 2
  • 17
  • 36
0
votes
1 answer

Visual Studio source window and Bootcamp keyboard mapping

So I recently bought myself a MacBook Air and I just installed Visual Studio 2012 in bootcamp. The problem now is that the key } is missing from the keyboard layout for some reason. The { key is mapped as ctrl + alt + 7, and since ctrl + alt + 0 was…
0
votes
1 answer

How to remap all the request to a specific domain to subdirectory in ASP.NET

I am using ASP.NET 4.0 (integrated pipeline) with multiple domains in one hosting account. I have my primary domain set up but I want to separate the domains clearly using folder hiearchy. (I have root FTP access, can map all the domains but the…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
0
votes
0 answers

Mysterious URL remapping in ASP.Net

I'm working on a legacy ASP.Net web forms app that is remapping the sitemap URL. When I go to www.mysite.com/sitemap.xml it's redirecting to sitemap.aspx. I don't see anything in the web.config file dealing with URL mapping, so I'm not sure what…
larryq
  • 15,713
  • 38
  • 121
  • 190
0
votes
3 answers

Vim remap: Where does the Capslock go?

Ok, I'm convinced that I need remap Esc in vim. My choice is to use Capslock as common. But my question is: Where does the Capslock functionality go? To Esc place? Don't use at all (use selection+'U' to uppercase)? Any other? What do you think…
Gilney
  • 381
  • 1
  • 4
  • 15
-1
votes
1 answer

How to change the behavior of the windows key in Windows 11

It might seem silly, but I can't find a way around that... On my professional laptop, running Windows 11, I want to change the behavior of the windows key. Right now, when hitting the windows key, it pops up the start menu, which I find quite…
Wololllooo
  • 19
  • 6
-1
votes
1 answer

How can I remap list of numbers by changing its domain to a new target domain?

I have these numbers: 0.477486 0.627644 0.763021 0.857888 0.892062 0.857888 0.763021 0.627644 0.477486 and I want to remap them to a new target domain for example 0 to 10 instead of 0.477486 to 0.892062.
meral
  • 29
  • 7
-1
votes
1 answer

How to rotate an image by remap

For a specific purpose I am trying to use Open CV's remap function to rotate an image by a specific angle (angle can be changed while using the function). I have checked the open cv's documentation and example page and have come so far as to being…
A. Cimet
  • 87
  • 7
-1
votes
2 answers

AutoHotkey - I want to set A to be Shift A

Could someone please tell me how to edit a script in AutoHotkey? I use a macro recorder, to perform several repetitive tasks, i.e. "MOVE UP n MOVE DOWN" many times, so I use to press the macro shortcut repeatedly. The issue is that in the macro…
eduardobedoya
  • 37
  • 5
  • 13
1 2 3
17
18